As you can see from this example:
http://msdn2.microsoft.com/en-us/library/system.io.fileinfo.openread(VS.71).aspx
OpenRead opens your file as readonly and, from there, you can read the file stream a byte at a time. So if you have a text file you are opening, yes you will see the text output, a binary file on the other hand will be the string representation of the given byte based upon the example found at that link.
================================================== =========
Read this if you want to know how to get a correct reply for your question:
http://www.catb.org/~esr/faqs/smart-questions.html
================================================== =========
.: Wrox Technical Editor :.
Wrox Books 24 x 7
================================================== =========