converting bytearray to string C# code example Example: c# byte array to string var str = System.Text.Encoding.Default.GetString(result);