[]
Convert form code point to text.
public static string FromUtf32(int codePoint)
Public Shared Function FromUtf32(codePoint As Integer) As String
| Type | Name | Description |
|---|---|---|
| int | codePoint | The code point value. |
| Type | Description |
|---|---|
| string | The text as one or two characters. |