Charset.GetCharset method (Int32)
The GetCharset method returns a read-only Charset object that represents the character set specified by the codePage parameter.
Namespace: Microsoft.Exchange.Data.Globalization
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Shared Function GetCharset ( _
codePage As Integer _
) As Charset
'Usage
Dim codePage As Integer
Dim returnValue As Charset
returnValue = Charset.GetCharset(codePage)
public static Charset GetCharset(
int codePage
)
Parameters
codePage
Type: System.Int32The code page of the desired character set.
Return value
Type: Microsoft.Exchange.Data.Globalization.Charset