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

Syntax

C#
public static int Strcmp(
	char[] a,
	int startA,
	char[] b,
	int startB
)
Visual Basic
Public Shared Function Strcmp ( _
	a As Char(), _
	startA As Integer, _
	b As Char(), _
	startB As Integer _
) As Integer
Visual C++
public:
static int Strcmp(
	array<wchar_t>^ a, 
	int startA, 
	array<wchar_t>^ b, 
	int startB
)

Parameters

a
Type: array<System..::..Char>[]()[][]
startA
Type: System..::..Int32
b
Type: array<System..::..Char>[]()[][]
startB
Type: System..::..Int32

See Also