Saturday, March 31, 2012

String Tokenizer

Hi All,
Is there any string tokenizer in .net 2.0 just like in Java?
Regards,
GunOn Mar 15, 8:05 am, "Gunawan" <jgun98.mi...@.gmail.com> wrote:
> Hi All,
> Is there any string tokenizer in .net 2.0 just like in Java?
> Regards,
> Gun
There is no standard implementation, and you can either use
String.Split, or an own class, e.g.
http://msdn2.microsoft.com/en-us/library/aa288462(VS.71).aspx

0 comments:

Post a Comment