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

Collapse imageSyntax

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

Parameters

c
Type: System..::..Char

Collapse imageSee Also