Click or drag to resize

StringTokenizerNextToken Property

Gets the next token.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public string NextToken { get; }

Property Value

Type: String
The next token.
Exceptions
ExceptionCondition
IndexOutOfRangeExceptionThrown when trying to get a token which doesn't exist. Usually caused by not checking if the HasMoreTokens property returns true before trying to get the next token.
See Also