-
Notifications
You must be signed in to change notification settings - Fork 2
Methods_T_Ekstrand_Text_StringTokenizer
Fred Ekstrand edited this page Aug 6, 2020
·
1 revision
The StringTokenizer type exposes the following members.
| Name | Description | |
|---|---|---|
![]() |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() |
GetEnumerator | Returns an enumerator that iterates through a collection (Inherited from IEnumerable). |
![]() |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
MoveNext | Advances the enumerator to the next element of the collection.(Inherited from IEnumerator.) |
![]() |
NextToken() | Returns the next token from this string tokenizer. |
![]() |
NextToken(String) | Returns the next token from this string tokenizer with specified delimiter |
![]() |
Reset | Sets the enumerator to its initial position, which is before the first element in the collection.(Inherited from IEnumerator.) |
![]() |
ResetTokenizer | Sets the StringTokenizer to its starting position before tokenizing the given string. |
![]() |
TokensToArray | Return tokens based on current delimiters. |
![]() |
TokensToList | Return tokens based on current delimiters. |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Copyright © 2019 Fred Ekstrand Jr
Send comments on this topic to fredekstrandGithub@gmail.com
