Whether is high code (Unicode) of surrogate character.
'宣言
Public Shared Function IsSurrogateHigh( _
ByVal As Char _
) As Boolean
public static bool IsSurrogateHigh(
char
)
パラメータ
- ch
- The character for test.
戻り値の型
true if is high code of surrogate character, otherwise false.