iBATIS.NET Class Library DataMapper V1.6.1, DataAccess V1.9.1

StringTokenizer Properties

The properties of the StringTokenizer class are listed below. For a complete list of StringTokenizer class members, see the StringTokenizer Members topic.

Public Instance Properties

TokenNumber Returns the number of tokens in the String using the current deliminter set. This is the number of times nextToken() can return before it will generate an exception. Use of this routine to count the number of tokens is faster than repeatedly calling nextToken() because the substrings are not constructed and returned for each token.

See Also

StringTokenizer Class | IBatisNet.Common.Utilities Namespace