Share via


Charset.GetEncoding method

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

See also

Reference

Charset class

Charset members

Microsoft.Exchange.Data.Globalization namespace