ansi to bytes

  • Thread starter Thread starter Abraham Andres Luna
  • Start date Start date
A

Abraham Andres Luna

with the framework i can getbytes from utf8 and others using
asciiencoding.getbytes
what method or class do i use the getbytes from an ansi character file
 
what method or class do i use the getbytes from an ansi character file

Just open it as a FileStream and read the content into a byte array.


Mattias
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top