IDebugConvert Interface

 

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

Defines a set of 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("AA51516D-C0F2-49fe-9D38-61D20456904C")]
[ComVisibleAttribute(true)]
public interface class IDebugConvert

NameDescription
System_CAPS_pubmethodBooleanToString(Boolean)

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 Boolean value to a String.

System_CAPS_pubmethodByteToString(Byte, Int32)

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 Byte value to a String.

System_CAPS_pubmethodDoubleToDateString(Double)

This API supports the product infrastructure and is not intended to be used directly from your code. When implemented in a class, creates a string representation of the specified Double. The string representation contains the day of the week, the month, the date, the time, the time zone, and the year.

System_CAPS_pubmethodDoubleToString(Double)

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 Double value to a String.

System_CAPS_pubmethodGetErrorMessageForHR(Int32, IJSVsaEngine^)

This API supports the product infrastructure and is not intended to be used directly from your code. When implemented in a class, gets an error message that is created from the specified HResult and the CultureInfo of the specified IJSVsaEngine.

System_CAPS_pubmethodGetManagedCharObject(UInt16)

This API supports the product infrastructure and is not intended to be used directly from your code. When implemented in a class, creates a managed object that has the specified primitive Char value.

System_CAPS_pubmethodGetManagedInt64Object(Int64)

This API supports the product infrastructure and is not intended to be used directly from your code. When implemented in a class, creates a managed object that has the specified primitive Int64 value.

System_CAPS_pubmethodGetManagedObject(Object^)

This API supports the product infrastructure and is not intended to be used directly from your code. When implemented in a class, creates a managed object that has the specified primitive value.

System_CAPS_pubmethodGetManagedUInt64Object(UInt64)

This API supports the product infrastructure and is not intended to be used directly from your code. When implemented in a class, creates a managed object that has the specified primitive UInt64 value.

System_CAPS_pubmethodInt16ToString(Int16, Int32)

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 Int16 value to a String.

System_CAPS_pubmethodInt32ToString(Int32, Int32)

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 Int32 value to a String.

System_CAPS_pubmethodInt64ToString(Int64, Int32)

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 Int64 value to a String.

System_CAPS_pubmethodRegexpToString(String^, Boolean, Boolean, Boolean)

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 regular expression information to a String.

System_CAPS_pubmethodSByteToString(SByte, Int32)

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 SByte value to a String.

System_CAPS_pubmethodSingleToString(Single)

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 Single value to a String.

System_CAPS_pubmethodStringToPrintable(String^)

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 String to a String that contains escape characters for non-printable characters.

System_CAPS_pubmethodToPrimitive(Object^, TypeCode, Boolean)

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 value to the specified TypeCode, optionally allowing data loss.

System_CAPS_pubmethodUInt16ToString(UInt16, Int32)

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 UInt16 value to a String.

System_CAPS_pubmethodUInt32ToString(UInt32, Int32)

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 UInt32 value to a String.

System_CAPS_pubmethodUInt64ToString(UInt64, Int32)

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 UInt64 value to a String.

.NET Framework
Available since 1.1
Return to top
Show: