C1.Win.4.8 Assembly / C1.Util Namespace / CodeRange Class / ToUtf32 Method / ToUtf32(String,Int32) Method
The text string for test.
The index of text.

In This Topic
ToUtf32(String,Int32) Method
In This Topic
Convert text's character (maybe with surrogate pairs) to UTF32 code.
Syntax
'Declaration
 
Public Overloads Shared Function ToUtf32( _
   ByVal text As String, _
   ByVal idx As Integer _
) As Integer
 

Parameters

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

Return Value

The UTF32 code.
See Also