-
Notifications
You must be signed in to change notification settings - Fork 2
Properties_T_Ekstrand_Text_StringTokenizer
Fred Ekstrand edited this page Aug 6, 2020
·
1 revision
The StringTokenizer type exposes the following members.
| Name | Description | |
|---|---|---|
![]() |
Count | Calculates the number of tokens that would be generated. |
![]() |
Current | Gets the current element in the collection (Inherited from IEnumerator.) |
![]() |
Delimiters | Replaces the current delimiters with the new given delimiters. |
![]() |
HasMoreTokens | Tests if there are more tokens available to be returned. |
![]() |
IsReturnDelimiters | If true, then the delimiter characters are also returned as tokens. |
![]() |
StringSource | Replaces the string to be tokenized and reset tokenizer to the beginning. |
Copyright © 2019 Fred Ekstrand Jr
Send comments on this topic to fredekstrandGithub@gmail.com
