Email Factory for .NET

StringTokenizer Members

StringTokenizer overview

Public Instance Constructors

StringTokenizer Overloaded. Initializes a new instance of the StringTokenizer class.

Public Instance Properties

Delim Gets the Delimiter string of this StringTokenizer.
SourceGets the Source string of this Stringtokenizer.

Public Instance Methods

CountTokensMethod to get the number of tokens in this StringTokenizer.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
HasMoreElementsMethod to probe for more tokens.
NewDelimOverloaded. Method to add or change this Instance's Delimiter string. The source string will remain the same (either empty if you used Empty Constructor, or the previous value of source from the call to a parameterized constructor or NewSource(string s)).
NewSourceMethod to add or change this Instance's Source string. The delimiter will remain the same (either default of " " (space) or whatever you constructed this StringTokenizer with or added with NewDelim(string d) or NewDelim(char[] d) ).
NextElementMethod to get the next (string)token of this StringTokenizer.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

StringTokenizer Class | Jscape.Email Namespace