ComponentOne Word for WPF
C1.WPF.Word.4.5.2 Assembly / C1.WPF.Word.Objects Namespace / RtfString Class / IsCJK Method
The text string.

In This Topic
    IsCJK Method
    In This Topic
    Is CJK (Chinese, Japanese, and Korean) of the text string.
    Syntax
    'Declaration
     
    Public Shared Function IsCJK( _
       ByVal text As String _
    ) As Boolean
    public static bool IsCJK( 
       string text
    )

    Parameters

    text
    The text string.

    Return Value

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