I want to read binary files as plain text.
Is it possible to do so ?
Want to read whole file as plain text I have managed to view the data with hex viewer freefileviewer, but thing is I want to do it via coding in c#. The binary file I am trying to read is some devices input which operates directly from the binary file i need to modify certain contents of the binary file and resend it for processing.