Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Document.Processor

Declaration

public static INumberInWordsProvider Ordinal { get; }

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