Method to get the number of tokens in this StringTokenizer.

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 in the internal ArrayList.

See Also