IDebugConvert2 Interface

Definition

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.

Applies to

See also