Partilhar via


Charset.GetEncoding Method

Include Protected Members
Include Inherited Members

The GetEncoding method overloads return the Encoding object for a given character set.

Overload List

  Name Description
Public method GetEncoding() The GetEncoding method returns the Encoding for the character set that this Charset object represents.
Public methodStatic member GetEncoding(Int32) The GetEncoding method returns an Encoding object for the specified code page.
Public methodStatic member GetEncoding(String) The GetEncoding method returns an Encoding object for the specified character set name.

Top