TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Prasant Jinaga
1k
751
425.1k
String parsing
Jul 17 2012 11:50 AM
Hi All,
I have a string in a variable something like below
"
Line1[0]: Bang\r\nLine2[0]: xyz\r\nCity[1]: hwjhdwj
"
After parsing the string Now i want to remove the the contents [0] and [1]. After the manupulations it should give the output as
"
Line1: Bang\r\nLine2: xyz\r\nCity: hwjhdwj
"
Do anyone has any idea???
Thanks,
Prasant
Reply
Answers (
2
)
Defined Finally and Throw Statements in c#
Grid view in windows form c#