convert system.byte a string c#

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

Also in C#: