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
nzh
NA
2
0
Numerical from String
Dec 12 2006 3:00 AM
Hi everyone
If i create a string object, how can i take the numerical value in this string object? Is there an easy method of string class?
For example:
String myString;
myString = "sth389";
int ab = myString.XXX ;
I want the value of "ab" to be 389 here.
Any suggestions?
Reply
Answers (
1
)
breakpoint
C# user defined messages