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.
Assembly: Microsoft.JScript (in Microsoft.JScript.dll)
| Name | Description | |
|---|---|---|
![]() | BooleanToString(Boolean) | |
![]() | ByteToString(Byte, Int32) | |
![]() | DoubleToDateString(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. |
![]() | DoubleToString(Double) | |
![]() | GetErrorMessageForHR(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. |
![]() | GetManagedCharObject(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. |
![]() | GetManagedInt64Object(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. |
![]() | GetManagedObject(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. |
![]() | GetManagedUInt64Object(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. |
![]() | Int16ToString(Int16, Int32) | |
![]() | Int32ToString(Int32, Int32) | |
![]() | Int64ToString(Int64, Int32) | |
![]() | RegexpToString(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. |
![]() | SByteToString(SByte, Int32) | |
![]() | SingleToString(Single) | |
![]() | StringToPrintable(String) | |
![]() | ToPrimitive(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. |
![]() | UInt16ToString(UInt16, Int32) | |
![]() | UInt32ToString(UInt32, Int32) | |
![]() | UInt64ToString(UInt64, Int32) |
Available since 1.1
