|
-
March 16th, 2012, 11:23 AM
#1
String manipulation in c#
Hi All,
I need assistance in manipulating below string.
<FONT size=4>This is my line 1<BR><BR><FONT style="BACKGROUND-COLOR: #ffff80">This is my line 2</FONT></FONT><BR>
Output should be:
string l1=This is my line 1;
string l2 = This is my line 2;
Pl' note length of each string may vary.
Thanks,
Nilesh
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|