Compartilhar via


Charset.GetCharset Method (String)

The GetCharset method returns a read-only Charset object that represents the character set specified by the name parameter.

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

Syntax

'Declaration
Public Shared Function GetCharset ( _
    name As String _
) As Charset
'Usage
Dim name As String
Dim returnValue As Charset

returnValue = Charset.GetCharset(name)
public static Charset GetCharset(
    string name
)

Parameters

  • name
    Type: System.String
    The name of the desired character set.

Remarks

The name parameter should be an IANA-registered name or widely used alias for a character set.