[]
        
(Showing Draft Content)

C1.Word.Objects.RtfString.IsCJK

IsCJK Method

IsCJK(string)

Is CJK (Chinese, Japanese, and Korean) of the text string.

Declaration
public static bool IsCJK(string text)
Parameters
Type Name Description
string text

The text string.

Returns
Type Description
bool

True if the text string is CJK, otherwise false.