System.Text.Encoding.CodePages Provides access to an encoding provider for code pages that otherwise are available only in the desktop .NET Framework. Returns the encoding associated with the specified code page identifier. The code page identifier of the preferred encoding which the encoding provider may support. The encoding associated with the specified code page identifier, or if the provider does not support the requested codepage encoding. Returns the encoding associated with the specified code page name. The code page name of the preferred encoding which the encoding provider may support. The encoding associated with the specified code page, or if the provider does not support the requested encoding. Returns an array that contains all the encodings that are supported by the . An array that contains all the supported encodings. Gets an encoding provider for code pages supported in the desktop .NET Framework but not in the current .NET Framework platform. An encoding provider that allows access to encodings not supported on the current .NET Framework platform.