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
yokzu
NA
306
0
Converting string to binary?
Mar 20 2012 5:05 AM
Hi,
I am converting int values to string with binary mode like below;
string aa = Convert.ToString(128, 2);
But I want to convert a string value to binary. How can I do that?
String aa = "11101010";
Reply
Answers (
3
)
How to create stand alone exe file in vs2010
Addressing an object that is an array – help simplifying my code