Clase System::Runtime::Serialization::FormatterConverter

FormatterConverter class

Representa una implementación base de la interfaz System::Runtime::Serialization::IFormatterConverter.

class FormatterConverter : public System::Runtime::Serialization::IFormatterConverter

Métodos

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

Ver también