DebugConvert Class

Definition

Converts data from one type to another. Includes methods that convert values to String objects so that they can be displayed by the debugger.

This API supports the product infrastructure and is not intended to be used directly from your code.

public ref class DebugConvert : Microsoft::JScript::IDebugConvert
public ref class DebugConvert : Microsoft::JScript::IDebugConvert, Microsoft::JScript::IDebugConvert2
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("432D76CE-8C9E-4eed-ADDD-91737F27A8CB")]
public class DebugConvert : Microsoft.JScript.IDebugConvert
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("432D76CE-8C9E-4eed-ADDD-91737F27A8CB")]
public class DebugConvert : Microsoft.JScript.IDebugConvert, Microsoft.JScript.IDebugConvert2
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("432D76CE-8C9E-4eed-ADDD-91737F27A8CB")>]
type DebugConvert = class
    interface IDebugConvert
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("432D76CE-8C9E-4eed-ADDD-91737F27A8CB")>]
type DebugConvert = class
    interface IDebugConvert
    interface IDebugConvert2
Public Class DebugConvert
Implements IDebugConvert
Public Class DebugConvert
Implements IDebugConvert, IDebugConvert2
Inheritance
DebugConvert
Attributes
Implements

Constructors

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.

Methods

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

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

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

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)

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.

Equals(Object)

Determines whether the specified object is equal to the current object.

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

GetErrorMessageForHR(Int32, IVsaEngine)

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 VsaEngine.

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()

Gets the Type of the current instance.

(Inherited from Object)
Int16ToString(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.

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

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

MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
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)

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.

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

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

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)

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.

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

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

Applies to

See also