ToUtf32(String,Int32) Method
Convert text's character (maybe with surrogate pairs) to UTF32 code.
'Declaration
Public Overloads Shared Function ToUtf32( _
ByVal As String, _
ByVal As Integer _
) As Integer
Parameters
- text
- The text string for test.
- idx
- The index of text.
Return Value
The UTF32 code.