Поделиться через


Charset.GetCharset method

The GetCharset method overloads return a Charset object that represents a given character set.

Overload list

  Name Description
Public methodStatic member GetCharset(Int32) The GetCharset method returns a read-only Charset object that represents the character set specified by the codePage parameter.
Public methodStatic member GetCharset(String) The GetCharset method returns a read-only Charset object that represents the character set specified by the name parameter.
Public methodStatic member GetCharset(Encoding) Returns an object that corresponds to the character set encoded using the associated encoding.

Top

See also

Reference

Charset class

Charset members

Microsoft.Exchange.Data.Globalization namespace