Share via


Charset.IsWindowsCharset property

The IsWindowsCharset property gets a Boolean value that indicates whether the character set represented by this Charset object is a Windows character set.

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

Syntax

'Declaration
Public ReadOnly Property IsWindowsCharset As Boolean
    Get
'Usage
Dim instance As Charset
Dim value As Boolean

value = instance.IsWindowsCharset
public bool IsWindowsCharset { get; }

Property value

Type: System.Boolean

Remarks

The IsWindowsCharset property returns true for the Unicode character set. This guarantees that there is a valid Windows character set for any culture.

See also

Reference

Charset class

Charset members

Microsoft.Exchange.Data.Globalization namespace