Namespace: iTextSharp.text
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public static string ConvertFromUtf32(
	int codePoint
)
Visual Basic
Public Shared Function ConvertFromUtf32 ( _
	codePoint As Integer _
) As String
Visual C++
public:
static String^ ConvertFromUtf32(
	int codePoint
)

Parameters

codePoint
Type: System..::..Int32

See Also