Skip to main content
A newer version of this page is available. .

INumberInWordsProvider Interface

Converts numbers to cardinal and ordinal numerals in different languages.

Namespace: DevExpress.Docs.Text

Assembly: DevExpress.Docs.v18.2.dll

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