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