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
onez
NA
73
0
Converting string to int
Jul 30 2004 12:15 PM
I am trying to convert a string containing a number formated with commas and currency to an int. Neither of these conversions work: string s = "5343044"; string sc = "$432,344"; UInt64 C = UInt64.Parse(s); UInt64 C = UInt64.Parse(sc); Console.WriteLine(s); Console.WriteLine(sc);
Reply
Answers (
2
)
Application Configuration File Error
How to read controls value