IDebugConvert2 Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines utility methods that convert data from one type to another. Includes methods that convert values to String objects so that they can be displayed by the debugger.
This API supports the product infrastructure and is not intended to be used directly from your code.
public interface class IDebugConvert2
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("B370D709-72BD-4696-9825-C4EBADBF98CB")]
public interface IDebugConvert2
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("B370D709-72BD-4696-9825-C4EBADBF98CB")>]
type IDebugConvert2 = interface
Public Interface IDebugConvert2
- Derived
- Attributes
Methods
DecimalToString(Decimal) |
This API supports the product infrastructure and is not intended to be used directly from your code. When implemented in a class, converts the specified Decimal value to a String. |