Hi i was able to convert a ASCII string to binary using a binarywriter .. as 10101011 . im required back to convert Binary —> ASCII string .. any idea how to do it ?
Hi i was able to convert a ASCII string to binary using a binarywriter
Share
This should do the trick… or at least get you started…
Once the binary string has been converted to a byte array, finish off with
So…