Skip to content

Properties_T_Ekstrand_Text_StringTokenizer

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

StringTokenizer Properties

The StringTokenizer type exposes the following members.

Properties

 

Name Description
Public property Count Calculates the number of tokens that would be generated.
Public property Current Gets the current element in the collection (Inherited from IEnumerator.)
Public property Delimiters Replaces the current delimiters with the new given delimiters.
Public property HasMoreTokens Tests if there are more tokens available to be returned.
Public property IsReturnDelimiters If true, then the delimiter characters are also returned as tokens.
Public property StringSource Replaces the string to be tokenized and reset tokenizer to the beginning.
  Back to Top

See Also

Reference

StringTokenizer Class
Ekstrand.Text Namespace

Clone this wiki locally