Namespace: iTextSharp.text
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public static bool IsSurrogateLow( char c ) |
Visual Basic |
---|
Public Shared Function IsSurrogateLow ( _ c As Char _ ) As Boolean |
Visual C++ |
---|
public: static bool IsSurrogateLow( wchar_t c ) |
Parameters
- c
- Type: System..::..Char