Is there any string tokenizer in .net 2.0 just like in Java?
Regards,
GunOn Mar 15, 8:05 am, "Gunawan" <jgun98.mi...@.gmail.comwrote:
Quote:
Originally Posted by
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/li...462(VS.71).aspx
0 comments:
Post a Comment