Need help for separate string data using C#

Status
Not open for further replies.

ep.hobbyiest

Full Member level 4
Joined
Jul 24, 2014
Messages
212
Helped
1
Reputation
2
Reaction score
1
Trophy points
18
Visit site
Activity points
1,487
i am struggling with separate data from continuous string.
string is like as follows
Code:
@ab00%@cd90%@kl88%
like this
where i use
@ - start of data
% - end of data

so i want data like ab00, cd99 and kl88 seperately.
what can i do this further?
 

C#/.NET Framework offers a method similar to the C strtok() routine, String.Split which can tokenize a string delimited by a specified character set.



BigDog
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…