[]
Is vertical CJK (Chinese, Japanese, and Korean) of the character.
public static bool IsVerticalCJK(char ch)
Type | Name | Description |
---|---|---|
char | ch | The testing character. |
Type | Description |
---|---|
bool | True if the character string is vertical CJK, otherwise false. |
Is vertical CJK (Chinese, Japanese, and Korean) of the text string.
public static bool IsVerticalCJK(string text)
Type | Name | Description |
---|---|---|
string | text | The text string. |
Type | Description |
---|---|
bool | True if the text string is vertical CJK, otherwise false. |