StringTokenizer Properties |
The StringTokenizer type exposes the following members.
| Name | Description | |
|---|---|---|
| Count |
Gets the total number of tokens extracted.
| |
| CountTokens |
Counts the remaining tokens - the number of times the
NextToken property can be used before it throws an exception.
| |
| EmptyString |
Gets the currently set string for empty tokens.
| |
| HasMoreTokens |
Tests if there are more tokens available from this tokenizer's string.
If this method returns true, then a subsequent
use of the NextToken property will successfully return a token.
| |
| Item |
Gets the token with the specified index from the tokenizer without moving the current position index.
| |
| NextToken |
Gets the next token.
|