I have a string containing byte data.
How can I perform an in-place conversion to ascii string?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|||||||
|
|
Another way to play with binary data is String#unpack. |
|||||
|
|
You can do so via using base64 which is a fairly universal way.
|
|||
|