G Gunawan Mar 15, 2007 #1 Hi All, Is there any string tokenizer in .net 2.0 just like in Java? Regards, Gun
A Alexey Smirnov Mar 15, 2007 #2 Hi All, Is there any string tokenizer in .net 2.0 just like in Java? Regards, Gun Click to expand... 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
Hi All, Is there any string tokenizer in .net 2.0 just like in Java? Regards, Gun Click to expand... 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