IDebugConvert2 Interfaccia

Definizione

Definisce i metodi di utilità che convertono i dati da un tipo all'altro. Include metodi che convertono valori in oggetti String affinché possano essere visualizzati dal debugger.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

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
Derivato
Attributi

Metodi

DecimalToString(Decimal)

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

Se implementato in una classe, converte il valore Decimal specificato in String.

Si applica a

Vedi anche