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

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

    Parameters

    number
    The integer value.

    Return Value

    The text of ideograph digital.
    See Also