Culture.WindowsCharset property

The WindowsCharset property gets the Windows character set for the culture that this Culture object represents.

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

Syntax

'Declaration
Public ReadOnly Property WindowsCharset As Charset
    Get
'Usage
Dim instance As Culture
Dim value As Charset

value = instance.WindowsCharset
public Charset WindowsCharset { get; }

Property value

Type: Microsoft.Exchange.Data.Globalization.Charset

See also

Reference

Culture class

Culture members

Microsoft.Exchange.Data.Globalization namespace