How to show byte data as text in c# code example Example: string from byte array c# var str = System.Text.Encoding.Default.GetString(result);