Clase System::Runtime::Serialization::IFormatterConverter

IFormatterConverter class

Proporciona la conexión entre una instancia de System::Runtime::Serialization::SerializationInfo y la clase proporcionada por el formateador que mejor se adapta para analizar los datos dentro de System::Runtime::Serialization::SerializationInfo.

class IFormatterConverter : public System::Object

Métodos

MétodoDescripción
virtual Convert(System::SharedPtr<Object>, const TypeInfo&)Información RTTI.
virtual Convert(System::SharedPtr<Object>, TypeCode)Convierte un valor al System::TypeCode dado.
virtual ToBoolean(System::SharedPtr<Object>)Convierte un valor a bool.
virtual ToByte(System::SharedPtr<Object>)Convierte un valor a uint8_t.
virtual ToChar(System::SharedPtr<Object>)Convierte un valor a char16_t.
virtual ToDateTime(System::SharedPtr<Object>)Convierte un valor a DateTime.
virtual ToDecimal(System::SharedPtr<Object>)Convierte un valor a Decimal.
virtual ToDouble(System::SharedPtr<Object>)Convierte un valor a double.
virtual ToInt16(System::SharedPtr<Object>)Convierte un valor a int16_t.
virtual ToInt32(System::SharedPtr<Object>)Convierte un valor a int32_t.
virtual ToInt64(System::SharedPtr<Object>)Convierte un valor a int64_t.
virtual ToSByte(System::SharedPtr<Object>)Convierte un valor a int8_t.
virtual ToSingle(System::SharedPtr<Object>)Convierte un valor a float.
virtual ToString(System::SharedPtr<Object>)Convierte un valor a String.
virtual ToUInt16(System::SharedPtr<Object>)Convierte un valor a uint16_t.
virtual ToUInt32(System::SharedPtr<Object>)Convierte un valor a uint32_t.
virtual ToUInt64(System::SharedPtr<Object>)Convierte un valor a uint64_t.

Ver también