ComponentOne Word for UWP
C1.UWP.Word Assembly / C1.Xaml.Word.Objects Namespace / RtfString Class / IsUnicode Method
The text string.

In This Topic
    IsUnicode Method
    In This Topic
    Is Unicode of the text string.
    Syntax
    'Declaration
     
    Public Shared Function IsUnicode( _
       ByVal text As String _
    ) As Boolean
    public static bool IsUnicode( 
       string text
    )

    Parameters

    text
    The text string.

    Return Value

    True if the text string is Unicode, otherwise false.
    See Also