DebugConvert Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |
ByteToString(Byte, Int32) |
This API supports the product infrastructure and is not intended to be used directly from your code. |
DecimalToString(Decimal) |
This API supports the product infrastructure and is not intended to be used directly from your code. |
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. |
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. |
Int32ToString(Int32, Int32) |
This API supports the product infrastructure and is not intended to be used directly from your code. |
Int64ToString(Int64, Int32) |
This API supports the product infrastructure and is not intended to be used directly from your code. |
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. |
SingleToString(Single) |
This API supports the product infrastructure and is not intended to be used directly from your code. |
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. |
UInt32ToString(UInt32, Int32) |
This API supports the product infrastructure and is not intended to be used directly from your code. |
UInt64ToString(UInt64, Int32) |
This API supports the product infrastructure and is not intended to be used directly from your code. |