InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Util Namespace / CodeRange Class / FromUtf32 Method
The code point value.

In This Topic
    FromUtf32 Method (CodeRange)
    In This Topic
    Convert form code point to text.
    Syntax
    'Declaration
     
    Public Shared Function FromUtf32( _
       ByVal codePoint As Integer _
    ) As String
    public static string FromUtf32( 
       int codePoint
    )

    Parameters

    codePoint
    The code point value.

    Return Value

    The text as one or two characters.
    See Also