IDebugConvert 接口
定义
public interface class IDebugConvert
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("AA51516D-C0F2-49fe-9D38-61D20456904C")]
public interface IDebugConvert
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("AA51516D-C0F2-49fe-9D38-61D20456904C")>]
type IDebugConvert = interface
Public Interface IDebugConvert
- 派生
- 属性
方法
| BooleanToString(Boolean) |
此 API 支持产品基础结构,不能在代码中直接使用。 在类中实现时,将指定的 Boolean 值转换为 String。When implemented in a class, converts the specified Boolean value to a String. |
| ByteToString(Byte, Int32) |
此 API 支持产品基础结构,不能在代码中直接使用。 在类中实现时,将指定的 Byte 值转换为 String。When implemented in a class, converts the specified Byte value to a String. |
| DoubleToDateString(Double) |
此 API 支持产品基础结构,不能在代码中直接使用。 在类中实现时,创建指定的 Double 的字符串表示形式。When implemented in a class, 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) |
此 API 支持产品基础结构,不能在代码中直接使用。 在类中实现时,将指定的 Double 值转换为 String。When implemented in a class, converts the specified Double value to a String. |
| GetErrorMessageForHR(Int32, IJSVsaEngine) |
此 API 支持产品基础结构,不能在代码中直接使用。 在类中实现时,获取一条错误消息,该消息是通过指定的 HResult 以及指定的 CultureInfo 的 IJSVsaEngine 创建的。When implemented in a class, gets an error message that is created from the specified HResult and the CultureInfo of the specified IJSVsaEngine. |
| GetErrorMessageForHR(Int32, IVsaEngine) |
此 API 支持产品基础结构,不能在代码中直接使用。 在类中实现时,获取一条错误消息,该消息是通过指定的 HResult 以及指定的 CultureInfo 的 IVsaEngine 创建的。When implemented in a class, gets an error message that is created from the specified HResult and the CultureInfo of the specified IVsaEngine. |
| GetManagedCharObject(UInt16) |
此 API 支持产品基础结构,不能在代码中直接使用。 在类中实现时,创建一个具有指定的基元 Char 值的托管对象。When implemented in a class, creates a managed object that has the specified primitive Char value. |
| GetManagedInt64Object(Int64) |
此 API 支持产品基础结构,不能在代码中直接使用。 在类中实现时,创建一个具有指定的基元 Int64 值的托管对象。When implemented in a class, creates a managed object that has the specified primitive Int64 value. |
| GetManagedObject(Object) |
此 API 支持产品基础结构,不能在代码中直接使用。 在类中实现时,创建一个具有指定的基元值的托管对象。When implemented in a class, creates a managed object that has the specified primitive value. |
| GetManagedUInt64Object(UInt64) |
此 API 支持产品基础结构,不能在代码中直接使用。 在类中实现时,创建一个具有指定的基元 UInt64 值的托管对象。When implemented in a class, creates a managed object that has the specified primitive UInt64 value. |
| Int16ToString(Int16, Int32) |
此 API 支持产品基础结构,不能在代码中直接使用。 在类中实现时,将指定的 Int16 值转换为 String。When implemented in a class, converts the specified Int16 value to a String. |
| Int32ToString(Int32, Int32) |
此 API 支持产品基础结构,不能在代码中直接使用。 在类中实现时,将指定的 Int32 值转换为 String。When implemented in a class, converts the specified Int32 value to a String. |
| Int64ToString(Int64, Int32) |
此 API 支持产品基础结构,不能在代码中直接使用。 在类中实现时,将指定的 Int64 值转换为 String。When implemented in a class, converts the specified Int64 value to a String. |
| RegexpToString(String, Boolean, Boolean, Boolean) |
此 API 支持产品基础结构,不能在代码中直接使用。 在类中实现时,将指定的正则表达式信息转换为 String。When implemented in a class, converts the specified regular expression information to a String. |
| SByteToString(SByte, Int32) |
此 API 支持产品基础结构,不能在代码中直接使用。 在类中实现时,将指定的 SByte 值转换为 String。When implemented in a class, converts the specified SByte value to a String. |
| SingleToString(Single) |
此 API 支持产品基础结构,不能在代码中直接使用。 在类中实现时,将指定的 Single 值转换为 String。When implemented in a class, converts the specified Single value to a String. |
| StringToPrintable(String) |
此 API 支持产品基础结构,不能在代码中直接使用。 在类中实现时,将指定的 String 转换为包含不可打印字符的转义符的 String。When implemented in a class, converts the specified String to a String that contains escape characters for non-printable characters. |
| ToPrimitive(Object, TypeCode, Boolean) |
此 API 支持产品基础结构,不能在代码中直接使用。 在类中实现时,将指定的值转换为指定的 TypeCode,并允许数据丢失(可选)。When implemented in a class, converts the specified value to the specified TypeCode, optionally allowing data loss. |
| UInt16ToString(UInt16, Int32) |
此 API 支持产品基础结构,不能在代码中直接使用。 在类中实现时,将指定的 UInt16 值转换为 String。When implemented in a class, converts the specified UInt16 value to a String. |
| UInt32ToString(UInt32, Int32) |
此 API 支持产品基础结构,不能在代码中直接使用。 在类中实现时,将指定的 UInt32 值转换为 String。When implemented in a class, converts the specified UInt32 value to a String. |
| UInt64ToString(UInt64, Int32) |
此 API 支持产品基础结构,不能在代码中直接使用。 在类中实现时,将指定的 UInt64 值转换为 String。When implemented in a class, converts the specified UInt64 value to a String. |