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