Empty Constructor. Will create an empty StringTokenizer with no source, no delimiter, and no tokens.
If you want to use this StringTokenizer you will have to call the NewSource(string s) method. You may
optionally call the NewDelim(string d) or NewDelim(char[] d) methods if you don't with to use the default
delimiter of " " (space).
Namespace: Jscape.EmailAssembly: Jscape.Email (in Jscape.Email.dll) Version: 2.4.5.0
Syntax
C# |
---|
public StringTokenizer() |
Visual Basic |
---|
Public Sub New |
Visual C++ |
---|
public:
StringTokenizer() |
See Also