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

Syntax

C#
public static bool IsSurrogateHigh(
	char c
)
Visual Basic
Public Shared Function IsSurrogateHigh ( _
	c As Char _
) As Boolean
Visual C++
public:
static bool IsSurrogateHigh(
	wchar_t c
)

Parameters

c
Type: System..::..Char

See Also