How to make string "01001000"(for example) to byte and convert it to string.
Example :
if string = "0110000101100010" then output must be "ab"
because a == 01100001 and b == 01100010
|
|
something like this:
or if you have one String which has exact 8-bit * x letter.
|
|||
|
|
Will output --> ab |
||||
|
|