I want to split a string in such a way that only part before the delimiter is returned. I'm new to VB.NET so please help me out....
i.e.
The delimiter is "*"
The original string is "welcome*friends".
The returned string after being split is "welcome".
The easiest solution to doing this is what I am looking for. I checked the web and there are a lot of complicated ways. Just wanna find an easy method.
Any help is appreciated. Thanks in advance to anyone who can help out. :D
Question
jeansaad
Hey guys....a VB.NET question....
I want to split a string in such a way that only part before the delimiter is returned. I'm new to VB.NET so please help me out....
i.e.
The delimiter is "*"
The original string is "welcome*friends".
The returned string after being split is "welcome".
The easiest solution to doing this is what I am looking for. I checked the web and there are a lot of complicated ways. Just wanna find an easy method.
Any help is appreciated. Thanks in advance to anyone who can help out. :D
Link to comment
Share on other sites
4 answers to this question
Recommended Posts