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
Raul Junc
NA
15
8.9k
Erase stuff from string
Mar 21 2011 7:01 PM
Hello
I have this code:
string s;
s = "12345 ";
How can i delete that space from my string?
I want to obtain true from this if:
if(s == "12345")
MessageBox.Show("It's correct!");
else
MessageBox.Show("Wrong");
Reply
Answers (
7
)
Capturing screen shot from webBrowser control in C#
How to create a simple web service application