Initializes a new instance of the StringTokenizer class

Namespace: System.util
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public StringTokenizer(
	string str,
	string delim,
	bool retDelims
)
Visual Basic
Public Sub New ( _
	str As String, _
	delim As String, _
	retDelims As Boolean _
)
Visual C++
public:
StringTokenizer(
	String^ str, 
	String^ delim, 
	bool retDelims
)

Parameters

str
Type: System..::..String
delim
Type: System..::..String
retDelims
Type: System..::..Boolean

See Also