System::Runtime::Serialization::FormatterConverter class
Contents
[
Hide
]FormatterConverter class
Represents a base implementation of the System::Runtime::Serialization::IFormatterConverter interface.
class FormatterConverter : public System::Runtime::Serialization::IFormatterConverter
Methods
Method | Description |
---|---|
Convert(System::SharedPtr<Object>, const TypeInfo&) override | RTTI information. |
Convert(System::SharedPtr<Object>, TypeCode) override | Converts a value to the given System::TypeCode. |
ToBoolean(System::SharedPtr<Object>) override | Converts a value to a bool. |
ToByte(System::SharedPtr<Object>) override | Converts a value to a uint8_t. |
ToChar(System::SharedPtr<Object>) override | Converts a value to a char16_t. |
ToDateTime(System::SharedPtr<Object>) override | Converts a value to a DateTime. |
ToDecimal(System::SharedPtr<Object>) override | Converts a value to a Decimal. |
ToDouble(System::SharedPtr<Object>) override | Converts a value to a double. |
ToInt16(System::SharedPtr<Object>) override | Converts a value to a int16_t. |
ToInt32(System::SharedPtr<Object>) override | Converts a value to a int32_t. |
ToInt64(System::SharedPtr<Object>) override | Converts a value to a int64_t. |
ToSByte(System::SharedPtr<Object>) override | Converts a value to a int8_t. |
ToSingle(System::SharedPtr<Object>) override | Converts a value to a float. |
ToString(System::SharedPtr<Object>) override | Converts a value to a String. |
ToUInt16(System::SharedPtr<Object>) override | Converts a value to a uint16_t. |
ToUInt32(System::SharedPtr<Object>) override | Converts a value to a uint32_t. |
ToUInt64(System::SharedPtr<Object>) override | Converts a value to a uint64_t. |
See Also
- Class IFormatterConverter
- Namespace System::Runtime::Serialization
- Library Aspose.PUB for C++