PrintDocument for WinForms
IsSurrogatePair(String,Int32) メソッド


C1.PrintDocument.6 アセンブリ > C1.Util 名前空間 > CodeRange クラス > IsSurrogatePair メソッド : IsSurrogatePair(String,Int32) メソッド
The text string for test.
The index of text.
Whether is pair of surrogate characters.
シンタックス
'宣言
 
Public Overloads Shared Function IsSurrogatePair( _
   ByVal text As System.String, _
   ByVal idx As System.Integer _
) As System.Boolean
'使用法
 
Dim text As System.String
Dim idx As System.Integer
Dim value As System.Boolean
 
value = CodeRange.IsSurrogatePair(text, idx)
public static System.bool IsSurrogatePair( 
   System.string text,
   System.int idx
)

パラメータ

text
The text string for test.
idx
The index of text.

戻り値の型

true if is pair of surrogate characters, otherwise false.
参照

CodeRange クラス
CodeRange メンバ
オーバーロード一覧