Show / Hide Table of Contents

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 Source

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

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