Class AlphabeticValueGenerator
Implementation of IGetsAlphabeticValueForNumber which creates and returns alphabetic strings.
Inheritance
System.Object
AlphabeticValueGenerator
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: ZptSharp.Expressions
Assembly: ZptSharp.dll
Syntax
public class AlphabeticValueGenerator : IGetsAlphabeticValueForNumber
Methods
| Improve this Doc View SourceGetAlphabeticValue(Int32)
Gets an alphabetic string for the the specified non-negative number.
Declaration
public string GetAlphabeticValue(int number)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | number | Number. |
Returns
Type | Description |
---|---|
System.String | The alphabetic value. |