Gets a value indicating whether the string format attribute AnsiClass is selected for the Type.
[Visual Basic] Public ReadOnly Property IsAnsiClass As Boolean [C#] public bool IsAnsiClass {get;} [C++] public: __property bool get_IsAnsiClass(); [JScript] public function get IsAnsiClass() : Boolean;
true if the string format attribute AnsiClass is selected for the Type; otherwise, false.
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.
Type Class | Type Members | System Namespace | TypeAttributes | IsUnicodeClass | IsAutoClass