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