Is CJK (Chinese, Japanese, and Korean) of the text string.
public static System.bool IsCJK(
System.string
)
'Declaration
Public Shared Function IsCJK( _
ByVal As System.String _
) As System.Boolean
Parameters
- text
- The text string.
Return Value
True if the text string is CJK, otherwise false.