Skip to content

Methods_T_Ekstrand_Text_StringTokenizer

Fred Ekstrand edited this page Aug 6, 2020 · 1 revision

StringTokenizer Methods

The StringTokenizer type exposes the following members.

Methods

 

Name Description
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Public method GetEnumerator Returns an enumerator that iterates through a collection (Inherited from IEnumerable).
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method MoveNext Advances the enumerator to the next element of the collection.(Inherited from IEnumerator.)
Public method NextToken() Returns the next token from this string tokenizer.
Public method NextToken(String) Returns the next token from this string tokenizer with specified delimiter
Public method Reset Sets the enumerator to its initial position, which is before the first element in the collection.(Inherited from IEnumerator.)
Public method ResetTokenizer Sets the StringTokenizer to its starting position before tokenizing the given string.
Public method TokensToArray Return tokens based on current delimiters.
Public method TokensToList Return tokens based on current delimiters.
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
  Back to Top

See Also

Reference

StringTokenizer Class
Ekstrand.Text Namespace

Clone this wiki locally