Saturday, March 31, 2012

String Tokenizing

Hello,

I want to do simple string tokenizing and am able to do it in JAVA using String Tokenizer Class. Can you help me how i can do the same in ASP.NET 1.1 (VB.NET).

I want to tokenize a simple string like below based on pipeline character.

string1|string2|string3

Hope for some response,

Thanks.
Imran.

See if this might help:

http://www.awprofessional.com/articles/article.asp?p=169471&seqNum=5

0 comments:

Post a Comment