how to change byte arrays to string c# code example Example: c# byte array to string var str = System.Text.Encoding.Default.GetString(result);