ComponentOne Word for WPF
C1.WPF.Word.4.5.2 Assembly / C1.WPF.Word.Objects Namespace / RtfListText Class / ToOrdinalNumeral Method
The integer value.

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

    Parameters

    number
    The integer value.

    Return Value

    The short text of number.
    See Also