ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word.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 System.String _
    ) As System.Boolean
    public static System.bool IsCJK( 
       System.string text
    )

    Parameters

    text
    The text string.

    Return Value

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