C1.WPF.PrintDocument.4.6.2 Assembly / C1.Util Namespace / CodeRange Class / FromUtf32 Method
The code point value.

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

Parameters

codePoint
The code point value.

Return Value

The text as one or two characters.
See Also