This documentation is archived and is not being maintained.
Type.IsUnicodeClass Property
.NET Framework 1.1
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 enhance interoperability by defining how strings should be interpreted.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, .NET Compact Framework
See Also
Type Class | Type Members | System Namespace | TypeAttributes | IsAnsiClass | IsAutoClass
Show: