Click or drag to resize

StringTokenizer Constructor

Overload List
  NameDescription
Public methodStringTokenizer(String)
Constructs a string tokenizer for the specified string using the default delimiters.
Public methodStringTokenizer(String, Char)
Constructs a string tokenizer for the specified string using the given delimiters.
Public methodStringTokenizer(String, String)
Constructs a string tokenizer for the specified string using the given delimiters.
Public methodStringTokenizer(String, String, Boolean)
Constructs a string tokenizer for the specified string using the given delimiters and optionally returning them as tokens.
Public methodStringTokenizer(String, String, Boolean, Boolean)
Constructs a string tokenizer for the specified string using the given delimiters, optionally returning them as tokens. Also empty tokens may be returned using the String.Empty string.
Public methodStringTokenizer(String, String, Boolean, Boolean, String)
Constructs a string tokenizer for the specified string using the given delimiters, optionally returning them as tokens. Also empty tokens may be returned using the empty string.
Top
See Also