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.

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

System.Object
  Microsoft.JScript.DebugConvert

[<GuidAttribute("432D76CE-8C9E-4eed-ADDD-91737F27A8CB")>]
[<ComVisibleAttribute(true)>]
type DebugConvert = 
    class
        interface IDebugConvert
        interface IDebugConvert2
    end

NameDescription
System_CAPS_pubmethodDebugConvert()

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.

NameDescription
System_CAPS_pubmethodBooleanToString(Boolean)

This API supports the product infrastructure and is not intended to be used directly from your code. Converts the specified Boolean value to a String.

System_CAPS_pubmethodByteToString(Byte, Int32)

This API supports the product infrastructure and is not intended to be used directly from your code. Converts the specified Byte value to a String.

System_CAPS_pubmethodDecimalToString(Decimal)

This API supports the product infrastructure and is not intended to be used directly from your code. Converts the specified Decimal value to a String.

System_CAPS_pubmethodDoubleToDateString(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.

System_CAPS_pubmethodDoubleToString(Double)

This API supports the product infrastructure and is not intended to be used directly from your code. Converts the specified Double value to a String.

System_CAPS_pubmethodEquals(Object)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_protmethodFinalize()

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.)

System_CAPS_pubmethodGetErrorMessageForHR(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.

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetManagedCharObject(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.

System_CAPS_pubmethodGetManagedInt64Object(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.

System_CAPS_pubmethodGetManagedObject(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.

System_CAPS_pubmethodGetManagedUInt64Object(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.

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_pubmethodInt16ToString(Int16, Int32)

This API supports the product infrastructure and is not intended to be used directly from your code. Converts the specified Int16 value to a String.

System_CAPS_pubmethodInt32ToString(Int32, Int32)

This API supports the product infrastructure and is not intended to be used directly from your code. Converts the specified Int32 value to a String.

System_CAPS_pubmethodInt64ToString(Int64, Int32)

This API supports the product infrastructure and is not intended to be used directly from your code. Converts the specified Int64 value to a String.

System_CAPS_protmethodMemberwiseClone()

Creates a shallow copy of the current Object.(Inherited from Object.)

System_CAPS_pubmethodRegexpToString(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.

System_CAPS_pubmethodSByteToString(SByte, Int32)

This API supports the product infrastructure and is not intended to be used directly from your code. Converts the specified SByte value to a String.

System_CAPS_pubmethodSingleToString(Single)

This API supports the product infrastructure and is not intended to be used directly from your code. Converts the specified Single value to a String.

System_CAPS_pubmethodStringToPrintable(String)

This API supports the product infrastructure and is not intended to be used directly from your code. Converts the specified String to a String that contains escape characters for non-printable characters.

System_CAPS_pubmethodToPrimitive(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.

System_CAPS_pubmethodToString()

Returns a string that represents the current object.(Inherited from Object.)

System_CAPS_pubmethodUInt16ToString(UInt16, Int32)

This API supports the product infrastructure and is not intended to be used directly from your code. Converts the specified UInt16 value to a String.

System_CAPS_pubmethodUInt32ToString(UInt32, Int32)

This API supports the product infrastructure and is not intended to be used directly from your code. Converts the specified UInt32 value to a String.

System_CAPS_pubmethodUInt64ToString(UInt64, Int32)

This API supports the product infrastructure and is not intended to be used directly from your code. Converts the specified UInt64 value to a String.

.NET Framework
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.

Return to top
Show: