InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 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
    public static int ToUtf32( 
       string text,
       int idx
    )

    Parameters

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

    Return Value

    The UTF32 code.
    See Also