I am new to VB.NET 2005 and for my first efforts I'm trying to open a data file reading it a byte at a time, converting each byte to its ASCII value in Hex (This is so I can identify non-printable characters as well in the data).
Using a normal Filestream when I specify the characters it does not report it's true ASCII value for non-printable characters.
Any pointers to get me started would be appreciated.
Using a normal Filestream when I specify the characters it does not report it's true ASCII value for non-printable characters.
Any pointers to get me started would be appreciated.
Last edited: