ComponentOne SuperTooltip for WinForms
C1.Win.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 System.String, _
       ByVal idx As System.Integer _
    ) As System.Integer
    public static System.int ToUtf32( 
       System.string text,
       System.int idx
    )

    Parameters

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

    Return Value

    The UTF32 code.
    See Also