How can i convert for example byte[] b = new byte[1]; b[1]=255 to string ?
I need a string variable with the value “255” string text= "255";and then store it in a text file?
How can i convert for example byte[] b = new byte[1]; b[1]=255 to string
Share
Starting from bytes:
and if you start from string: