How to convert UTF-8 byte[] to string?
I have a byte[]
array that is stacked from a file that I happen to known contains UTF-8.
In some investigating code, I need to change it over to a string. Is there a joke that will do this?
Under the covers, it ought to be only a designation and a memcopy, so regardless of whether it isn't carried out, it ought to be conceivable.