Any IDea how to Parse a String without using Split method
saqi1986 0 Newbie Poster
Recommended Answers
Jump to PostYou could use a scanner: http://www.daniweb.com/software-development/csharp/code/217185
Jump to PostAny IDea how to Parse a String without using Split method
What do you means exactly?
Because there is pleanty of ways of "modifing" a string - all he string methods.
Jump to PostYou could use the IndexOf and Substring methods to split it instead.
If you're feeling …
All 10 Replies
ddanbe 2,724 Professional Procrastinator Featured Poster
abelLazm 183 Postaholic
Mitja Bonca 557 Nearly a Posting Maven
saqi1986 0 Newbie Poster
Mitja Bonca 557 Nearly a Posting Maven
saqi1986 0 Newbie Poster
saqi1986 0 Newbie Poster
gusano79 247 Posting Shark
whackyboy 0 Newbie Poster
Ketsuekiame 860 Master Poster Featured Poster
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.