Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Allows a language or IDE to customize the conversion between VARIANT values or VARTYPE types and strings.
In addition to the methods inherited from IUnknown, the IDebugFormatter interface exposes the following methods.
Methods in Vtable Order
| Method | Description |
|---|---|
| IDebugFormatter::GetStringForVariant | Returns a string that represents the given VARIANT value. |
| IDebugFormatter::GetVariantForString | Returns a VARIANT containing the given string. |
| IDebugFormatter::GetStringForVarType | Returns a string that represents the given VARTYPE value. |