INumberInWordsProvider Interface
In This Article
Converts numbers to cardinal and ordinal numerals in different languages.
Namespace: DevExpress.Docs.Text
Assembly: DevExpress.Docs.v24.2.dll
NuGet Package: DevExpress.Document.Processor
#Declaration
#Related API Members
The following members return INumberInWordsProvider objects:
#Remarks
Use the static NumberInWords.Cardinal and NumberInWords.Ordinal methods to obtain the converter that can be used to convert numbers to cardinal and ordinal numerals respectively.
See Also