ANSI encoding in VB.NET

R

Richard

I need to use ANSI encoding in VB.NET, but can't seem to find it, can anyone
help, I can only find these

ASCII
UTF7
UTF8
default
BigEndianUnicode
Unicode, and a method
getEncoding(codepage as integer),

Are ANSI the same as one of those, or "what to do"

Richard
 
H

Herfried K. Wagner [MVP]

* "Richard said:
I need to use ANSI encoding in VB.NET, but can't seem to find it, can anyone
help, I can only find these

ASCII
UTF7
UTF8
default

'Default' is "Windows ANSI".
 

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

Similar Threads


Top