Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Need help for separate string data using C#

Status
Not open for further replies.

ep.hobbyiest

Full Member level 4
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.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top