IFormatterConverter Interfaccia
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Attenzione
Formatter-based serialization is obsolete and should not be used.
Importante
Questa API non è conforme a CLS.
Fornisce il collegamento tra un'istanza di SerializationInfo e la classe fornita dal formattatore più appropriata per l'analisi dei dati inclusi in SerializationInfo.
public interface class IFormatterConverter
[System.CLSCompliant(false)]
public interface IFormatterConverter
[System.CLSCompliant(false)]
[System.Obsolete("Formatter-based serialization is obsolete and should not be used.", DiagnosticId="SYSLIB0050", UrlFormat="https://aka.ms/dotnet-warnings/{0}")]
public interface IFormatterConverter
[System.CLSCompliant(false)]
[System.Runtime.InteropServices.ComVisible(true)]
public interface IFormatterConverter
[<System.CLSCompliant(false)>]
type IFormatterConverter = interface
[<System.CLSCompliant(false)>]
[<System.Obsolete("Formatter-based serialization is obsolete and should not be used.", DiagnosticId="SYSLIB0050", UrlFormat="https://aka.ms/dotnet-warnings/{0}")>]
type IFormatterConverter = interface
[<System.CLSCompliant(false)>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type IFormatterConverter = interface
Public Interface IFormatterConverter
- Derivato
- Attributi
Metodi
Convert(Object, Type) |
Obsoleti.
Converte un valore nell'oggetto Type specificato. |
Convert(Object, TypeCode) |
Obsoleti.
Converte un valore nell'oggetto TypeCode specificato. |
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(Object) |
Obsoleti.
Converte un valore in un valore 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. |