Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

INumberInWordsProvider Interface

Converts numbers to cardinal and ordinal numerals in different languages.

Namespace: DevExpress.Docs.Text

Assembly: DevExpress.Docs.v20.2.dll

Declaration

public interface INumberInWordsProvider

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