[]
Is CJK (Chinese, Japanese, and Korean) of the text string.
public static bool IsCJK(string text)
Public Shared Function IsCJK(text As String) As Boolean
| Type | Name | Description |
|---|---|---|
| string | text | The text string. |
| Type | Description |
|---|---|
| bool | True if the text string is CJK, otherwise false. |