NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Type.IsUnicodeClass

Gets a value indicating whether the string format attribute UnicodeClass is selected for the Type.

[Visual Basic]
Public ReadOnly Property IsUnicodeClass As Boolean
[C#]
public bool IsUnicodeClass {get;}
[C++]
public: __property bool get_IsUnicodeClass();
[JScript]
public function get IsUnicodeClass() : Boolean;

Property Value

true if the string format attribute UnicodeClass is selected for the Type; otherwise, false.

Remarks

The StringFormatMask is used to select the string format attributes. The string format attributes are used for interoperability by defining how strings should be interpreted.

See Also

Type Class | Type Members | System Namespace | TypeAttributes | IsAnsiClass | IsAutoClass