Skip to main content

NumberInWords.Cardinal Property

Obtains the numbers-to-words converter for cardinal numbers (numbers which refer to the size of a group, simple numerals).

Namespace: DevExpress.Docs.Text

Assembly: DevExpress.Docs.v23.2.dll

NuGet Package: DevExpress.Document.Processor

Declaration

public static INumberInWordsProvider Cardinal { get; }

Property Value

Type Description
INumberInWordsProvider

An INumberInWordsProvider object that is a numbers-to-words converter.

Remarks

The static Cardinal method creates an object that can be used to convert numbers to simple numerals which represent cardinal numbers. To accomplish this, call the INumberInWordsProvider.ConvertToText method.

See Also