ComponentOne Word for WinForms
C1.C1Word.4.8 Assembly / C1.C1Word.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 System.Integer, _
       Optional ByVal firstUpper As System.Boolean _
    ) As System.String
    public static System.string NumberToText( 
       System.int number,
       System.bool firstUpper
    )

    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