Email Factory for .NET

ByteBufferTokenizer.CountTokens Method 

Calculates the number of times that this tokenizer's

NextToken
method can be called. The current position is not advanced.

public int CountTokens();

Return Value

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

See Also

ByteBufferTokenizer Class | Jscape.Email Namespace