[]
        
(Showing Draft Content)

C1.Win.Util.CodeRange.IsSurrogateHigh

IsSurrogateHigh Method

IsSurrogateHigh(char)

Whether is high code (Unicode) of surrogate character.

Declaration
public static bool IsSurrogateHigh(char ch)
Parameters
Type Name Description
char ch

The character for test.

Returns
Type Description
bool

true if is high code of surrogate character, otherwise false.