DebugConvert Class
This API supports the product infrastructure and is not intended to be used directly from your code.
Converts 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 | |
|---|---|---|
![]() | DebugConvert() | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the DebugConvert class. |
| Name | Description | |
|---|---|---|
![]() | BooleanToString(Boolean) | |
![]() | ByteToString(Byte, Int32) | |
![]() | DecimalToString(Decimal) | |
![]() | DoubleToDateString(Double) | This API supports the product infrastructure and is not intended to be used directly from your code. 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) | |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetErrorMessageForHR(Int32, IJSVsaEngine^) | This API supports the product infrastructure and is not intended to be used directly from your code. Gets an error message that is created from the specified HResult and the CultureInfo of the specified IJSVsaEngine. |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetManagedCharObject(UInt16) | This API supports the product infrastructure and is not intended to be used directly from your code. 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. 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. 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. Creates a managed object that has the specified primitive UInt64 value. |
![]() | GetType() | |
![]() | Int16ToString(Int16, Int32) | |
![]() | Int32ToString(Int32, Int32) | |
![]() | Int64ToString(Int64, Int32) | |
![]() | MemberwiseClone() | |
![]() | RegexpToString(String^, Boolean, Boolean, Boolean) | This API supports the product infrastructure and is not intended to be used directly from your code. 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. Converts the specified value to the specified TypeCode, optionally allowing data loss. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
![]() | UInt16ToString(UInt16, Int32) | |
![]() | UInt32ToString(UInt32, Int32) | |
![]() | UInt64ToString(UInt64, Int32) |
Available since 1.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

