IDebugConvert2 介面

定義

定義將資料從一個型別轉換為另一個型別的公用程式方法。 包含將值轉換成 String 物件的方法,讓偵錯工具可以顯示這些物件。

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

public interface class IDebugConvert2
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("B370D709-72BD-4696-9825-C4EBADBF98CB")]
public interface IDebugConvert2
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("B370D709-72BD-4696-9825-C4EBADBF98CB")>]
type IDebugConvert2 = interface
Public Interface IDebugConvert2
衍生
屬性

方法

DecimalToString(Decimal)

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

在類別中實作時,將指定的 Decimal 值轉換成 String

適用於

另請參閱