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; }
Public ReadOnly Property HasMoreTokens As Boolean
Get
Property Value
Type:
Booleantrue if more tokens are available; otherwise
false.
See Also