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

Syntax

C#
public static int ConvertToUtf32(
	char highSurrogate,
	char lowSurrogate
)
Visual Basic
Public Shared Function ConvertToUtf32 ( _
	highSurrogate As Char, _
	lowSurrogate As Char _
) As Integer
Visual C++
public:
static int ConvertToUtf32(
	wchar_t highSurrogate, 
	wchar_t lowSurrogate
)

Parameters

highSurrogate
Type: System..::..Char
lowSurrogate
Type: System..::..Char

See Also