Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
3
Answers
Converting string to binary?
yokzu
12y
7.6k
1
Reply
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";
Post
Reset
Cancel
Answers (
3
)
Next Recommended Forum
How to create stand alone exe file in vs2010
Addressing an object that is an array – help simplifying my code