Skip to main content

INumberInWordsProvider Interface

Converts numbers to cardinal and ordinal numerals in different languages.

Namespace: DevExpress.Docs.Text

Assembly: DevExpress.Docs.v23.2.dll

NuGet Package: DevExpress.Document.Processor

Declaration

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