Splitting Strings (ASP.NET)

Joined
Jan 10, 2007
Messages
43,898
Location
In The Machine
Hello all. I am having trouble splitting a string. The string is setup like this :
(1234567890/Numbers)

However, it will be a different length every time. A user may have 3numbers so their string would be*(1234567890/Numbers)(1234567890/Numbers)(1234567890/Numbers). How can Isplit this string and show it to the user like this:
1234567890 Numbers
1234567890 Numbers
1234567890 Numbers
*



More...

View All Our Microsoft Related Feeds
 
Back
Top