IDebugConvert2 Interfaccia

Definizione

Definisce i metodi di utilità che converte i dati da un tipo a un altro. Include metodi che convertono i valori in String oggetti in modo che 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

Nome Descrizione
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 specificato Decimal in un oggetto String.

Si applica a

Vedi anche