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 Strcmp( string str, char[] a, int start ) |
Visual Basic |
---|
Public Shared Function Strcmp ( _ str As String, _ a As Char(), _ start As Integer _ ) As Integer |
Visual C++ |
---|
public: static int Strcmp( String^ str, array<wchar_t>^ a, int start ) |
Parameters
- str
- Type: System..::..String
- a
- Type: array<System..::..Char>[]()[][]
- start
- Type: System..::..Int32