Click or drag to resize

StringTokenizer Properties

The StringTokenizer type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the total number of tokens extracted.
Public propertyCountTokens
Counts the remaining tokens - the number of times the NextToken property can be used before it throws an exception.
Public propertyEmptyString
Gets the currently set string for empty tokens.
Public propertyHasMoreTokens
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.
Public propertyItem
Gets the token with the specified index from the tokenizer without moving the current position index.
Public propertyNextToken
Gets the next token.
Top
See Also