System::Runtime::Serialization::FormatterConverter classe

FormatterConverter class

Rappresenta un’implementazione di base dell’interfaccia System::Runtime::Serialization::IFormatterConverter.

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

Metodi

MetodoDescrizione
Convert(System::SharedPtr<Object>, const TypeInfo&) overrideInformazioni RTTI.
Convert(System::SharedPtr<Object>, TypeCode) overrideConverte un valore al System::TypeCode fornito.
ToBoolean(System::SharedPtr<Object>) overrideConverte un valore in un bool.
ToByte(System::SharedPtr<Object>) overrideConverte un valore in un uint8_t.
ToChar(System::SharedPtr<Object>) overrideConverte un valore in un char16_t.
ToDateTime(System::SharedPtr<Object>) overrideConverte un valore in un DateTime.
ToDecimal(System::SharedPtr<Object>) overrideConverte un valore in un Decimal.
ToDouble(System::SharedPtr<Object>) overrideConverte un valore in un double.
ToInt16(System::SharedPtr<Object>) overrideConverte un valore in un int16_t.
ToInt32(System::SharedPtr<Object>) overrideConverte un valore in un int32_t.
ToInt64(System::SharedPtr<Object>) overrideConverte un valore in un int64_t.
ToSByte(System::SharedPtr<Object>) overrideConverte un valore in un int8_t.
ToSingle(System::SharedPtr<Object>) overrideConverte un valore in un float.
ToString(System::SharedPtr<Object>) overrideConverte un valore in un String.
ToUInt16(System::SharedPtr<Object>) overrideConverte un valore in un uint16_t.
ToUInt32(System::SharedPtr<Object>) overrideConverte un valore in un uint32_t.
ToUInt64(System::SharedPtr<Object>) overrideConverte un valore in un uint64_t.

Vedi anche