System::Runtime::Serialization::FormatterConverter class

FormatterConverter class

Represents a base implementation of the System::Runtime::Serialization::IFormatterConverter interface.

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

Methods

MethodDescription
Convert(System::SharedPtr<Object>, const TypeInfo&) overrideRTTI information.
Convert(System::SharedPtr<Object>, TypeCode) overrideConverts a value to the given System::TypeCode.
ToBoolean(System::SharedPtr<Object>) overrideConverts a value to a bool.
ToByte(System::SharedPtr<Object>) overrideConverts a value to a uint8_t.
ToChar(System::SharedPtr<Object>) overrideConverts a value to a char16_t.
ToDateTime(System::SharedPtr<Object>) overrideConverts a value to a DateTime.
ToDecimal(System::SharedPtr<Object>) overrideConverts a value to a Decimal.
ToDouble(System::SharedPtr<Object>) overrideConverts a value to a double.
ToInt16(System::SharedPtr<Object>) overrideConverts a value to a int16_t.
ToInt32(System::SharedPtr<Object>) overrideConverts a value to a int32_t.
ToInt64(System::SharedPtr<Object>) overrideConverts a value to a int64_t.
ToSByte(System::SharedPtr<Object>) overrideConverts a value to a int8_t.
ToSingle(System::SharedPtr<Object>) overrideConverts a value to a float.
ToString(System::SharedPtr<Object>) overrideConverts a value to a String.
ToUInt16(System::SharedPtr<Object>) overrideConverts a value to a uint16_t.
ToUInt32(System::SharedPtr<Object>) overrideConverts a value to a uint32_t.
ToUInt64(System::SharedPtr<Object>) overrideConverts a value to a uint64_t.

See Also