Interface IGetsAlphabeticValueForNumber
An object which can get an alphabetic reference for a specified non-negative integer.
Namespace: ZptSharp.Expressions
Assembly: ZptSharp.Abstractions.dll
Syntax
public interface IGetsAlphabeticValueForNumber
Remarks
Alphabetic strings use the English/Latin alphabet (invariant culture). All alphabetic strings returned are lowercase.
Here are some examples showing the numeric values of a number of alphabetic strings.
Methods
| Improve this Doc View SourceGetAlphabeticValue(Int32)
Gets an alphabetic string for the the specified non-negative number.
Declaration
string GetAlphabeticValue(int number)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | number | Number. |
Returns
Type | Description |
---|---|
System.String | The alphabetic value. |