[]
        
(Showing Draft Content)

C1.WPF.Word.Objects.RtfListText.NumberToText

NumberToText Method

NumberToText(int, bool)

Converts integer to string.

Declaration
public static string NumberToText(int number, bool firstUpper = false)
Parameters
Type Name Description
int number

The integer number to be converted.

bool firstUpper

Specifies whether the string will be converted to upper case.

Returns
Type Description
string

The string of the converted integer.