IDebugConvert2 Interface

 

This API supports the product infrastructure and is not intended to be used directly from your code.

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.

Namespace:   Microsoft.JScript
Assembly:  Microsoft.JScript (in Microsoft.JScript.dll)

[GuidAttribute("B370D709-72BD-4696-9825-C4EBADBF98CB")]
[ComVisibleAttribute(true)]
public interface class IDebugConvert2

NameDescription
System_CAPS_pubmethodDecimalToString(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.

.NET Framework
Available since 2.0
Return to top
Show: