'宣言 Public Overloads Shared Function ToUtf32( _ ByVal text As System.String, _ ByVal idx As System.Integer _ ) As System.Integer
'使用法 Dim text As System.String Dim idx As System.Integer Dim value As System.Integer value = CodeRange.ToUtf32(text, idx)
パラメータ
- text
- The text string for test.
- idx
- The index of text.
戻り値の型
The UTF32 code.