convert system.byte a string c#

50

convert system.byte a string c# -

string result = System.Text.Encoding.UTF8.GetString(byteArray);

Comments

Submit
0 Comments