G
Guest
What is the best performing way to convert a byte array (not a signed byte
array) to a string? Currently, I convert it to char[] and then to string.
array) to a string? Currently, I convert it to char[] and then to string.