[]
Whether is high code (Unicode) of surrogate character.
public static bool IsSurrogateHigh(char ch)
Type | Name | Description |
---|---|---|
char | ch | The character for test. |
Type | Description |
---|---|
bool | true if is high code of surrogate character, otherwise false. |