Gets a value indicating whether the string format attribute UnicodeClass is selected for the
Type.
Namespace:
?
System
Assembly:
?
mscorlib (in mscorlib.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property IsUnicodeClass As Boolean |
| C# |
|---|
public bool IsUnicodeClass { get; } |
| Visual C++ |
|---|
public:
virtual property bool IsUnicodeClass {
bool get () sealed;
} |
| JavaScript |
|---|
function get_isUnicodeClass();
|
Return Value
true if the string format attribute UnicodeClass is selected for the
Type; otherwise, false.
Implements
_Type..::.IsUnicodeClass
See Also