[To be supplied.]
Object
Encoding
CodePageEncoding
[Visual Basic] Public Class CodePageEncoding Inherits Encoding [C#] public class CodePageEncoding : Encoding [C++] public __gc class CodePageEncoding : public Encoding [JScript] public class CodePageEncoding extends Encoding
The CodePageEncoding class implements a set of methods for translating between Unicode and a specific Windows code page, which is referred to as the ANSI code page. The code page is the mapping between character glyphs (shapes) and the 1-byte or 2-byte numeric values that are used to represent them.
Any installed code page can be accessed through this encoding, and conversions are performed using the WideCharToMultiByte and MultiByteToWideChar Windows API functions.
This class implements the Encoding abstract base class.
Namespace: System.Globalization
Assembly: mscorlib.dll