Compartilhar via


Charset.DefaultWindowsCharset Property

The DefaultWindowsCharset property gets the windows character set that is used to represent text in the default culture.

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

Syntax

'Declaration
Public Shared ReadOnly Property DefaultWindowsCharset As Charset
    Get
'Usage
Dim value As Charset

value = Charset.DefaultWindowsCharset
public static Charset DefaultWindowsCharset { get; }