C1.WPF.Word.4.6.2 Assembly / C1.WPF.Word.Objects Namespace / RtfListText Class / NumberToText Method
The integer number to be converted.
Specifies whether the string will be converted to upper case.

In This Topic
NumberToText Method
In This Topic
Converts integer to string.
Syntax
'Declaration
 
Public Shared Function NumberToText( _
   ByVal number As Integer, _
   Optional ByVal firstUpper As Boolean _
) As String
 

Parameters

number
The integer number to be converted.
firstUpper
Specifies whether the string will be converted to upper case.

Return Value

The string of the converted integer.
See Also