NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

CodePageEncoding Class

[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

Remarks

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.

Requirements

Namespace: System.Globalization

Assembly: mscorlib.dll

See Also

CodePageEncoding Members | System.Globalization Namespace