ANSI encoding in VB.NET

  • Thread starter Thread starter Richard
  • Start date Start date
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
 
* "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".
 
Back
Top