hi all,
can anyone tell me what is the namespace for StringTokenizer in C#?
im using this one:

using System.Text;

how to work with StringTokenizer.i mean i have found sample codes but dnt know how to use them.

.NET doesn't have a StringTokenizer class. If you don't want to use a third party library, you can use the Split method of the String class to get the same effect, or the Regex library.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.