FormatterConverter Classe

Definizione

Attenzione

Formatter-based serialization is obsolete and should not be used.

Rappresenta un'implementazione di base dell'interfaccia IFormatterConverter che utilizza la classe Convert e l'interfaccia IConvertible.

public ref class FormatterConverter : System::Runtime::Serialization::IFormatterConverter
public class FormatterConverter : System.Runtime.Serialization.IFormatterConverter
[System.Obsolete("Formatter-based serialization is obsolete and should not be used.", DiagnosticId="SYSLIB0050", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
public class FormatterConverter : System.Runtime.Serialization.IFormatterConverter
[System.Runtime.InteropServices.ComVisible(true)]
public class FormatterConverter : System.Runtime.Serialization.IFormatterConverter
type FormatterConverter = class
    interface IFormatterConverter
[<System.Obsolete("Formatter-based serialization is obsolete and should not be used.", DiagnosticId="SYSLIB0050", UrlFormat="https://aka.ms/dotnet-warnings/{0}")>]
type FormatterConverter = class
    interface IFormatterConverter
[<System.Runtime.InteropServices.ComVisible(true)>]
type FormatterConverter = class
    interface IFormatterConverter
Public Class FormatterConverter
Implements IFormatterConverter
Ereditarietà
FormatterConverter
Attributi
Implementazioni

Costruttori

FormatterConverter()
Obsoleti.

Inizializza una nuova istanza della classe FormatterConverter.

Metodi

Convert(Object, Type)
Obsoleti.

Converte un valore nell'oggetto Type specificato.

Convert(Object, TypeCode)
Obsoleti.

Converte un valore nell'oggetto TypeCode specificato.

Equals(Object)
Obsoleti.

Determina se l'oggetto specificato è uguale all'oggetto corrente.

(Ereditato da Object)
GetHashCode()
Obsoleti.

Funge da funzione hash predefinita.

(Ereditato da Object)
GetType()
Obsoleti.

Ottiene l'oggetto Type dell'istanza corrente.

(Ereditato da Object)
MemberwiseClone()
Obsoleti.

Crea una copia superficiale dell'oggetto Object corrente.

(Ereditato da Object)
ToBoolean(Object)
Obsoleti.

Converte un valore in un valore Boolean.

ToByte(Object)
Obsoleti.

Converte un valore in un valore integer a 8 bit senza segno.

ToChar(Object)
Obsoleti.

Converte un valore in un carattere Unicode.

ToDateTime(Object)
Obsoleti.

Converte un valore in un valore DateTime.

ToDecimal(Object)
Obsoleti.

Converte un valore in un valore Decimal.

ToDouble(Object)
Obsoleti.

Converte un valore in un numero in virgola mobile e precisione doppia.

ToInt16(Object)
Obsoleti.

Converte un valore in un Signed Integer a 16 bit.

ToInt32(Object)
Obsoleti.

Converte un valore in un intero con segno a 32 bit.

ToInt64(Object)
Obsoleti.

Converte un valore in un intero con segno a 64 bit.

ToSByte(Object)
Obsoleti.

Converte un valore in un valore SByte.

ToSingle(Object)
Obsoleti.

Converte un valore in un numero in virgola mobile e precisione singola

ToString()
Obsoleti.

Restituisce una stringa che rappresenta l'oggetto corrente.

(Ereditato da Object)
ToString(Object)
Obsoleti.

Converte l'oggetto specificato in un oggetto String.

ToUInt16(Object)
Obsoleti.

Converte un valore in un valore integer a 16 bit senza segno.

ToUInt32(Object)
Obsoleti.

Converte un valore in un intero senza segno a 32 bit.

ToUInt64(Object)
Obsoleti.

Converte un valore in un intero senza segno a 64 bit.

Si applica a