System::Runtime::Serialization::IFormatterConverter::Convert method
Contents
[
Hide
]IFormatterConverter::Convert(System::SharedPtr<Object>, const TypeInfo&) method
RTTI information.
virtual System::SharedPtr<Object> System::Runtime::Serialization::IFormatterConverter::Convert(System::SharedPtr<Object> value, const TypeInfo &type)=0
Parameter | Type | Description |
---|---|---|
value | System::SharedPtr<Object> | The object to be converted. |
type | const TypeInfo& | The System::TypeInfo into which value is to be converted. |
ReturnValue
The converted value.
Remarks
Converts a value to the given System::TypeInfo.
See Also
- Typedef SharedPtr
- Class Object
- Class TypeInfo
- Class IFormatterConverter
- Namespace System::Runtime::Serialization
- Library Aspose.PUB for C++
IFormatterConverter::Convert(System::SharedPtr<Object>, TypeCode) method
Converts a value to the given System::TypeCode.
virtual System::SharedPtr<Object> System::Runtime::Serialization::IFormatterConverter::Convert(System::SharedPtr<Object> value, TypeCode typeCode)=0
Parameter | Type | Description |
---|---|---|
value | System::SharedPtr<Object> | The object to be converted. |
typeCode | TypeCode | The System::TypeCode into which value is to be converted. |
ReturnValue
The converted value.
See Also
- Typedef SharedPtr
- Class Object
- Enum TypeCode
- Class IFormatterConverter
- Namespace System::Runtime::Serialization
- Library Aspose.PUB for C++