Back to Devexpress

INumberInWordsProvider Interface

officefileapi-devexpress-dot-docs-dot-text-3821da8b.md

latest1.4 KB
Original Source

INumberInWordsProvider Interface

Converts numbers to cardinal and ordinal numerals in different languages.

Namespace : DevExpress.Docs.Text

Assembly : DevExpress.Docs.v25.2.dll

NuGet Package : DevExpress.Document.Processor

Declaration

csharp
public interface INumberInWordsProvider
vb
Public Interface INumberInWordsProvider

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

INumberInWordsProvider Members

DevExpress.Docs.Text Namespace