Whether is low code (Unicode) of surrogate character.
public static bool IsSurrogateLow(
char
)
'Declaration
Public Shared Function IsSurrogateLow( _
ByVal As Char _
) As Boolean
Parameters
- ch
- The character for test.
Return Value
true if is low code of surrogate character, otherwise false.