PrintDocument for WinForms
IsSurrogateLow メソッド


C1.PrintDocument.6 アセンブリ > C1.Util 名前空間 > CodeRange クラス : IsSurrogateLow メソッド
The character for test.
Whether is low code (Unicode) of surrogate character.
シンタックス
'宣言
 
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.
参照

CodeRange クラス
CodeRange メンバ