StringTokenizer
|
Overloaded. Initializes a new instance of the StringTokenizer class. |
Delim | Gets the Delimiter string of this StringTokenizer. |
Source | Gets the Source string of this Stringtokenizer. |
CountTokens | Method 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. |
HasMoreElements | Method to probe for more tokens. |
NewDelim | Overloaded. 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)). |
NewSource | Method 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) ). |
NextElement | Method to get the next (string)token of this StringTokenizer. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
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. |
StringTokenizer Class | Jscape.Email Namespace