'宣言
 
Public Overloads Shared Function IsSurrogatePair( _
   ByVal  As System.String, _
   ByVal  As System.Integer _
) As System.Boolean
             
        
            
            public static System.bool IsSurrogatePair( 
   System.string ,
   System.int 
)
             
        
             
        
            パラメータ
- text
 
- テストするテキスト文字列。
 - idx
 
- テキストのインデックス。
 
            
            戻り値の型
サロゲート文字のペアである場合は true、そうでない場合は false。