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