Input for WinForms
ToUtf32(String,Int32) メソッド

C1.Win.8 アセンブリ > C1.Util 名前空間 > CodeRange クラス > ToUtf32 メソッド : ToUtf32(String,Int32) メソッド
テストするテキスト文字列。
テキストのインデックス。
テキストの文字(サロゲートペア付きも可)を UTF32 コードに変換します。
シンタックス
'宣言
 
Public Overloads Shared Function ToUtf32( _
   ByVal text As System.String, _
   ByVal idx As System.Integer _
) As System.Integer
public static System.int ToUtf32( 
   System.string text,
   System.int idx
)

パラメータ

text
テストするテキスト文字列。
idx
テキストのインデックス。

戻り値の型

UTF32 コード。
参照

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