IFormatterConverter Interfaz

Definición

Precaución

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

Importante

Esta API no es conforme a CLS.

Proporciona una conexión entre una instancia de SerializationInfo y la clase proporcionada por el formateador más adecuada para analizar los datos que contiene 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
Derivado
Atributos

Métodos

Convert(Object, Type)
Obsoletos.

Convierte un valor en el Type dado.

Convert(Object, TypeCode)
Obsoletos.

Convierte un valor en el TypeCode dado.

ToBoolean(Object)
Obsoletos.

Convierte un valor en Boolean.

ToByte(Object)
Obsoletos.

Convierte un valor en un entero de 8 bits sin signo.

ToChar(Object)
Obsoletos.

Convierte un valor en un carácter Unicode.

ToDateTime(Object)
Obsoletos.

Convierte un valor en DateTime.

ToDecimal(Object)
Obsoletos.

Convierte un valor en Decimal.

ToDouble(Object)
Obsoletos.

Convierte un valor en un número de punto flotante de precisión doble.

ToInt16(Object)
Obsoletos.

Convierte un valor en un entero de 16 bits con signo.

ToInt32(Object)
Obsoletos.

Convierte un valor en un entero de 32 bits con signo.

ToInt64(Object)
Obsoletos.

Convierte un valor en un entero de 64 bits con signo.

ToSByte(Object)
Obsoletos.

Convierte un valor en SByte.

ToSingle(Object)
Obsoletos.

Convierte un valor en un número de punto flotante de precisión sencilla.

ToString(Object)
Obsoletos.

Convierte un valor en String.

ToUInt16(Object)
Obsoletos.

Convierte un valor en un entero de 16 bits sin signo.

ToUInt32(Object)
Obsoletos.

Convierte un valor en un entero de 32 bits sin signo.

ToUInt64(Object)
Obsoletos.

Convierte un valor en un entero de 64 bits sin signo.

Se aplica a