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