Skip to main content
added 12 characters in body
Source Link
liamzebedee
  • 14.6k
  • 21
  • 79
  • 119

As opposed to using StreamReader/Filestream I want to read binary data from files and show that data (formatted) in a textbox.

As opposed to using StreamReader/Filestream I want to read binary data from files and show that data in a textbox.

As opposed to using StreamReader/Filestream I want to read binary data from files and show that data (formatted) in a textbox.

Source Link
liamzebedee
  • 14.6k
  • 21
  • 79
  • 119

How do you read binary data in C# .NET and then convert it to a string?

As opposed to using StreamReader/Filestream I want to read binary data from files and show that data in a textbox.