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

C1.Win.4.8 アセンブリ > C1.Util 名前空間 > CodeRange クラス > ToUtf32 メソッド : ToUtf32(String,Int32) メソッド
The text string for test.
The index of text.
Convert text's character (maybe with surrogate pairs) to UTF32 code.
シンタックス
'宣言
 
Public Overloads Shared Function ToUtf32( _
   ByVal text As String, _
   ByVal idx As Integer _
) As Integer
public static int ToUtf32( 
   string text,
   int idx
)

パラメータ

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

戻り値の型

The UTF32 code.
参照

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