This documentation is archived and is not being maintained.
DebugConvert Class
Visual Studio 2010
This API supports the .NET Framework 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)
The DebugConvert type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | BooleanToString | Converts the specified Boolean value to a String. |
![]() | ByteToString | Converts the specified Byte value to a String. |
![]() | DecimalToString | Converts the specified Decimal value to a String. |
![]() | DoubleToDateString | 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 | Converts the specified Double value to a String. |
![]() | 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 | Gets an error message that is created from the specified HResult and the CultureInfo of the specified IJSVsaEngine. |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetManagedCharObject | Creates a managed object that has the specified primitive Char value. |
![]() | GetManagedInt64Object | Creates a managed object that has the specified primitive Int64 value. |
![]() | GetManagedObject | Creates a managed object that has the specified primitive value. |
![]() | GetManagedUInt64Object | Creates a managed object that has the specified primitive UInt64 value. |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Int16ToString | Converts the specified Int16 value to a String. |
![]() | Int32ToString | Converts the specified Int32 value to a String. |
![]() | Int64ToString | Converts the specified Int64 value to a String. |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | RegexpToString | Converts the specified regular expression information to a String. |
![]() | SByteToString | Converts the specified SByte value to a String. |
![]() | SingleToString | Converts the specified Single value to a String. |
![]() | StringToPrintable | Converts the specified String to a String that contains escape characters for non-printable characters. |
![]() | ToPrimitive | 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 | Converts the specified UInt16 value to a String. |
![]() | UInt32ToString | Converts the specified UInt32 value to a String. |
![]() | UInt64ToString | 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:
