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
Administrator
Tech Writer
2.2k
1.5m
bits as an integer
Apr 14 2003 2:36 AM
I have 31 bits (as a string) inside a textbox that I need to represent as an integer. My code is simple: myTextBox.Text = "1100111101000101000111010001011"; myInt = int.Parse(myTextBox.Text); // error, number too large Obviously I am going about this the wrong way. Any help would be appreciated.
Reply
Answers (
11
)
Trying to make TextBox act like a Console.ReadLine
replace and delete some words from a file