ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Util Namespace / CodeRange Class / ToUtf32 Method / ToUtf32(Char,Char) Method
The high code (Unicode) of surrogate character.
The high code (Unicode) of surrogate character.

In This Topic
    ToUtf32(Char,Char) Method
    In This Topic
    Convert surrogate pair to UTF32 code.
    Syntax
    'Declaration
     
    Public Overloads Shared Function ToUtf32( _
       ByVal highSurrogate As System.Char, _
       ByVal lowSurrogate As System.Char _
    ) As System.Integer
    public static System.int ToUtf32( 
       System.char highSurrogate,
       System.char lowSurrogate
    )

    Parameters

    highSurrogate
    The high code (Unicode) of surrogate character.
    lowSurrogate
    The high code (Unicode) of surrogate character.

    Return Value

    The UTF32 code.
    See Also