ComponentOne Word for WPF
C1.WPF.Word.4.5.2 Assembly / C1.WPF.Word.Objects Namespace / RtfListText Class / NumberToText Method

In This Topic
    NumberToText Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function NumberToText( _
       ByVal number As Integer, _
       Optional ByVal firstUpper As Boolean _
    ) As String
    public static string NumberToText( 
       int number,
       bool firstUpper
    )

    Parameters

    number
    firstUpper
    See Also