This documentation is archived and is not being maintained.

IDebugConvert Interface

This API supports the .NET Framework 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)

[ComVisibleAttribute(true)]
[GuidAttribute(L"AA51516D-C0F2-49fe-9D38-61D20456904C")]
public interface class IDebugConvert

The IDebugConvert type exposes the following members.

  NameDescription
Public methodBooleanToStringWhen implemented in a class, converts the specified Boolean value to a String.
Public methodByteToStringWhen implemented in a class, converts the specified Byte value to a String.
Public methodDoubleToDateStringWhen 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.
Public methodDoubleToStringWhen implemented in a class, converts the specified Double value to a String.
Public methodGetErrorMessageForHRWhen implemented in a class, gets an error message that is created from the specified HResult and the CultureInfo of the specified IJSVsaEngine.
Public methodGetManagedCharObjectWhen implemented in a class, creates a managed object that has the specified primitive Char value.
Public methodGetManagedInt64ObjectWhen implemented in a class, creates a managed object that has the specified primitive Int64 value.
Public methodGetManagedObjectWhen implemented in a class, creates a managed object that has the specified primitive value.
Public methodGetManagedUInt64ObjectWhen implemented in a class, creates a managed object that has the specified primitive UInt64 value.
Public methodInt16ToStringWhen implemented in a class, converts the specified Int16 value to a String.
Public methodInt32ToStringWhen implemented in a class, converts the specified Int32 value to a String.
Public methodInt64ToStringWhen implemented in a class, converts the specified Int64 value to a String.
Public methodRegexpToStringWhen implemented in a class, converts the specified regular expression information to a String.
Public methodSByteToStringWhen implemented in a class, converts the specified SByte value to a String.
Public methodSingleToStringWhen implemented in a class, converts the specified Single value to a String.
Public methodStringToPrintableWhen implemented in a class, converts the specified String to a String that contains escape characters for non-printable characters.
Public methodToPrimitiveWhen implemented in a class, converts the specified value to the specified TypeCode, optionally allowing data loss.
Public methodUInt16ToStringWhen implemented in a class, converts the specified UInt16 value to a String.
Public methodUInt32ToStringWhen implemented in a class, converts the specified UInt32 value to a String.
Public methodUInt64ToStringWhen implemented in a class, converts the specified UInt64 value to a String.
Top

.NET Framework

Supported in: 4, 3.5, 3.0, 2.0, 1.1, 1.0

.NET Framework Client Profile

Supported in: 4, 3.5 SP1

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: