I\'ve tried reading a JPG file using the StreamReader class\' ReadToEnd() method which returns a string.
StreamReader
ReadToEnd()
For some reason though, when I wri
Always remember, text data is binary data but binary data is not text data.