L
lrantisi
What's the best and fastest way to convert a byte array to a String.
The (toString doesn't work, it gives strange characters).
I prefere a way that uses a loop that loops in the bytes of the array
and convert them to characters then append them to a string.
Thanks.
The (toString doesn't work, it gives strange characters).
I prefere a way that uses a loop that loops in the bytes of the array
and convert them to characters then append them to a string.
Thanks.