This documentation is archived and is not being maintained.

DebugConvert Class

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.

System::Object
  Microsoft.JScript::DebugConvert

Namespace:  Microsoft.JScript
Assembly:  Microsoft.JScript (in Microsoft.JScript.dll)

[ComVisibleAttribute(true)]
[GuidAttribute(L"432D76CE-8C9E-4eed-ADDD-91737F27A8CB")]
public ref class DebugConvert : IDebugConvert, 
	IDebugConvert2

The DebugConvert type exposes the following members.

  NameDescription
Public methodDebugConvertInitializes a new instance of the DebugConvert class.
Top

  NameDescription
Public methodBooleanToStringConverts the specified Boolean value to a String.
Public methodByteToStringConverts the specified Byte value to a String.
Public methodDecimalToStringConverts the specified Decimal value to a String.
Public methodDoubleToDateStringCreates 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 methodDoubleToStringConverts the specified Double value to a String.
Public methodEquals(Object)Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public methodGetErrorMessageForHRGets an error message that is created from the specified HResult and the CultureInfo of the specified IJSVsaEngine.
Public methodGetHashCodeServes as a hash function for a particular type. (Inherited from Object.)
Public methodGetManagedCharObjectCreates a managed object that has the specified primitive Char value.
Public methodGetManagedInt64ObjectCreates a managed object that has the specified primitive Int64 value.
Public methodGetManagedObjectCreates a managed object that has the specified primitive value.
Public methodGetManagedUInt64ObjectCreates a managed object that has the specified primitive UInt64 value.
Public methodGetTypeGets the Type of the current instance. (Inherited from Object.)
Public methodInt16ToStringConverts the specified Int16 value to a String.
Public methodInt32ToStringConverts the specified Int32 value to a String.
Public methodInt64ToStringConverts the specified Int64 value to a String.
Protected methodMemberwiseCloneCreates a shallow copy of the current Object. (Inherited from Object.)
Public methodRegexpToStringConverts the specified regular expression information to a String.
Public methodSByteToStringConverts the specified SByte value to a String.
Public methodSingleToStringConverts the specified Single value to a String.
Public methodStringToPrintableConverts the specified String to a String that contains escape characters for non-printable characters.
Public methodToPrimitiveConverts the specified value to the specified TypeCode, optionally allowing data loss.
Public methodToStringReturns a string that represents the current object. (Inherited from Object.)
Public methodUInt16ToStringConverts the specified UInt16 value to a String.
Public methodUInt32ToStringConverts the specified UInt32 value to a String.
Public methodUInt64ToStringConverts 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.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: