Show / Hide Table of Contents

Class AlphabeticValueGenerator

Implementation of IGetsAlphabeticValueForNumber which creates and returns alphabetic strings.

Inheritance
System.Object
AlphabeticValueGenerator
Implements
IGetsAlphabeticValueForNumber
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 Source

GetAlphabeticValue(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.

Implements

IGetsAlphabeticValueForNumber
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX