This documentation is archived and is not being maintained.
IDebugConvert Interface
Visual Studio 2010
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.
Assembly: Microsoft.JScript (in Microsoft.JScript.dll)
The IDebugConvert type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | BooleanToString | When implemented in a class, converts the specified Boolean value to a String. |
![]() | ByteToString | When implemented in a class, converts the specified Byte value to a String. |
![]() | DoubleToDateString | 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. |
![]() | DoubleToString | When implemented in a class, converts the specified Double value to a String. |
![]() | GetErrorMessageForHR | When implemented in a class, gets an error message that is created from the specified HResult and the CultureInfo of the specified IJSVsaEngine. |
![]() | GetManagedCharObject | When implemented in a class, creates a managed object that has the specified primitive Char value. |
![]() | GetManagedInt64Object | When implemented in a class, creates a managed object that has the specified primitive Int64 value. |
![]() | GetManagedObject | When implemented in a class, creates a managed object that has the specified primitive value. |
![]() | GetManagedUInt64Object | When implemented in a class, creates a managed object that has the specified primitive UInt64 value. |
![]() | Int16ToString | When implemented in a class, converts the specified Int16 value to a String. |
![]() | Int32ToString | When implemented in a class, converts the specified Int32 value to a String. |
![]() | Int64ToString | When implemented in a class, converts the specified Int64 value to a String. |
![]() | RegexpToString | When implemented in a class, converts the specified regular expression information to a String. |
![]() | SByteToString | When implemented in a class, converts the specified SByte value to a String. |
![]() | SingleToString | When implemented in a class, converts the specified Single value to a String. |
![]() | StringToPrintable | When implemented in a class, converts the specified String to a String that contains escape characters for non-printable characters. |
![]() | ToPrimitive | When implemented in a class, converts the specified value to the specified TypeCode, optionally allowing data loss. |
![]() | UInt16ToString | When implemented in a class, converts the specified UInt16 value to a String. |
![]() | UInt32ToString | When implemented in a class, converts the specified UInt32 value to a String. |
![]() | UInt64ToString | When implemented in a class, converts the specified UInt64 value to a String. |
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:
