[]
        
(Showing Draft Content)

C1.Win.Util.CodeRange.IsSurrogateLow

IsSurrogateLow Method

IsSurrogateLow(char)

Whether is low code (Unicode) of surrogate character.

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

The character for test.

Returns
Type Description
bool

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