Share via


Charset.GetEncoding method

The GetEncoding method returns the Encoding for the character set that this Charset object represents.

Namespace:  Microsoft.Exchange.Data.Globalization
Assembly:  Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)

Syntax

'Declaration
Public Function GetEncoding As Encoding
'Usage
Dim instance As Charset
Dim returnValue As Encoding

returnValue = instance.GetEncoding()
public Encoding GetEncoding()

Return value

Type: System.Text.Encoding

See also

Reference

Charset class

Charset members

GetEncoding overload

Microsoft.Exchange.Data.Globalization namespace