FromUtf32 Method (CodeRange)
In This Topic
Convert form code point to text.
Syntax
'Declaration
Public Shared Function FromUtf32( _
ByVal As Integer _
) As String
public static string FromUtf32(
int
)
Parameters
- codePoint
- The code point value.
Return Value
The text as one or two characters.
See Also