IDebugFormatter Interface
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. |