ComponentOne Word for UWP
C1.UWP.Word Assembly / C1.Xaml.Word.Objects Namespace / RtfListText Class / ToOrdinalText Method
The integer value.

In This Topic
    ToOrdinalText Method
    In This Topic
    Number to Cardinal text number.
    Syntax
    'Declaration
     
    Public Shared Function ToOrdinalText( _
       ByVal number As Integer _
    ) As String
    public static string ToOrdinalText( 
       int number
    )

    Parameters

    number
    The integer value.

    Return Value

    The text of number.
    See Also