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

Syntax

C#
protected int Hstrcmp(
	char[] s,
	int si,
	char[] t,
	int ti
)
Visual Basic
Protected Function Hstrcmp ( _
	s As Char(), _
	si As Integer, _
	t As Char(), _
	ti As Integer _
) As Integer
Visual C++
protected:
int Hstrcmp(
	array<wchar_t>^ s, 
	int si, 
	array<wchar_t>^ t, 
	int ti
)

Parameters

s
Type: array<System..::..Char>[]()[][]
si
Type: System..::..Int32
t
Type: array<System..::..Char>[]()[][]
ti
Type: System..::..Int32

See Also