Namespace: iTextSharp.text.pdf
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
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