C1.WPF.Word.4.6.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
 

Parameters

text
The text string.

Return Value

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