Click or drag to resize

StringTokenizerHasMoreTokens Property

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.

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

Property Value

Type: Boolean
true if more tokens are available; otherwise false.
See Also