Convert System.byte A String C#

[Solved] Convert System.byte A String C# | Csharp - Code Explorer | yomemimo.com
Question : convert system.byte a string c#

Answered by : fierce-flatworm-5eunkig01mth

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

Source : https://stackoverflow.com/questions/1003275/how-to-convert-utf-8-byte-to-string | Last Update : Fri, 10 Jul 20

Answers related to convert system.byte a string c#

Code Explorer Popular Question For Csharp