[]
        
(Showing Draft Content)

C1.Win.Util.CodeRange.FromUtf32

FromUtf32 Method

FromUtf32(int)

Convert form code point to text.

Declaration
public static string FromUtf32(int codePoint)
Public Shared Function FromUtf32(codePoint As Integer) As String
Parameters
Type Name Description
int codePoint

The code point value.

Returns
Type Description
string

The text as one or two characters.