Calculates the number of times that this tokenizer's
CopyC#
NextToken
method can be called. The current position is not advanced.

Namespace: Jscape.Email
Assembly: Jscape.Email (in Jscape.Email.dll) Version: 2.4.5.0

Syntax

C#
public int CountTokens()
Visual Basic
Public Function CountTokens As Integer
Visual C++
public:
int CountTokens()

Return Value

The number of tokens remaining in the string using the current delimiter set.

See Also