Quick piece of code to convert a byte array to a string: –
string myString = System.Text.Encoding.UTF8.GetString(myBytes);
Quick piece of code to convert a byte array to a string: – string myString = System.Text.Encoding.UTF8.GetString(myBytes);
Quick piece of code to convert a byte array to a string: –
string myString = System.Text.Encoding.UTF8.GetString(myBytes);
Subscribe to get the latest posts sent to your email.
Leave a comment