Possible Duplicate:
How do you convert a string to ascii to binary in C#?
How to convert string such as "Hello" to Binary sequence as 1011010 ?
How to convert string such as |
|||||||||||||
|
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
|
Try this:
|
||||
|
|
|
Use the BitConverter to get the bytes of the string and then format these bytes to their binary representation:
|
|||||
|
this will translate |
||||
|
|
|
|||
|
|