Persistate API documentation
FormatTextOrdinal Method (ordinal)
NamespacesPersistateUtlFormatTextOrdinal(Int32)

[This is preliminary documentation and is subject to change.]

Returns the text ordinal for a particular number, for example 'first', 'second', 'twentieth' or 'eighty-third'. Hyphens are always included where appropriate.
Declaration Syntax
C#
public static string FormatTextOrdinal(
	int ordinal
)
Parameters
ordinal (Int32)
An integer between 1 and 99.
Return Value
A string containing the text ordinal, or null if the number supplied is outside the range 1 to 99.

Assembly: Persistate (Module: Persistate) Version: 0.6.1.20 (0.6.1.20)