Quick piece of code to convert a byte array to a string: –

string myString = System.Text.Encoding.UTF8.GetString(myBytes);

 

 


Discover more from

Subscribe to get the latest posts sent to your email.

Leave a comment

Trending