NumberInWords.Ordinal Property
Obtains the numbers-to-words converter for ordinal numbers (numbers which refer to a position in a series).
Namespace: DevExpress.Docs.Text
Assembly: DevExpress.Docs.v19.1.dll
Declaration
Property Value
Type | Description |
---|---|
INumberInWordsProvider | An INumberInWordsProvider object that is a numbers-to-words converter. |
Remarks
The static Ordinal method creates an object that can be used to convert numbers to numerals which represent ordinal (first, second, third, etc.) numbers. To accomplish this, call the INumberInWordsProvider.ConvertToText method.
See Also