Namespace: iTextSharp.text.pdf.hyphenation
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public static int Strlen( char[] a ) |
Visual Basic |
---|
Public Shared Function Strlen ( _ a As Char() _ ) As Integer |
Visual C++ |
---|
public: static int Strlen( array<wchar_t>^ a ) |
Parameters
- a
- Type: array<System..::..Char>[]()[][]