Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
2
Answers
split method of 2,1-5.
padmapriya patruni
10y
764
1
Reply
my question is i want to split
2, 1-5.
by using
string [] split = PagesId .Split(new Char [] {',' , '-' },
StringSplitOptions.RemoveEmptyEntries);
it is showing 2,1,5; but my out put is 2,1,2,3,4,5.
please help me.
Post
Reset
Cancel
Answers (
2
)
Next Recommended Forum
Working with Lists
how to get the images from local folder in c#.net