Click or drag to resize

StringTokenizer Constructor (String)

Constructs a string tokenizer for the specified string using the default delimiters.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public StringTokenizer(
	string str
)

Parameters

str
Type: SystemString
The string to be tokenized.
Exceptions
ExceptionCondition
NullReferenceExceptionThrown when the passed string is null
See Also