Método System::Runtime::Serialization::IFormatterConverter::Convert
Contenido
[
Ocultar
]IFormatterConverter::Convert(System::SharedPtr<Object>, const TypeInfo&) method
Información RTTI.
virtual System::SharedPtr<Object> System::Runtime::Serialization::IFormatterConverter::Convert(System::SharedPtr<Object> value, const TypeInfo &type)=0
| Parámetro | Tipo | Descripción |
|---|---|---|
| value | System::SharedPtr<Object> | El objeto a convertir. |
| type | const TypeInfo& | El System::TypeInfo al que se debe convertir el valor. |
ReturnValue
El valor convertido.
Observaciones
Convierte un valor al System::TypeInfo dado.
Ver también
- Typedef SharedPtr
- Class Object
- Class TypeInfo
- Class IFormatterConverter
- Namespace System::Runtime::Serialization
- Library Aspose.Page for C++
IFormatterConverter::Convert(System::SharedPtr<Object>, TypeCode) method
Convierte un valor al System::TypeCode dado.
virtual System::SharedPtr<Object> System::Runtime::Serialization::IFormatterConverter::Convert(System::SharedPtr<Object> value, TypeCode typeCode)=0
| Parámetro | Tipo | Descripción |
|---|---|---|
| value | System::SharedPtr<Object> | El objeto a convertir. |
| typeCode | TypeCode | El System::TypeCode al que se debe convertir el valor. |
ReturnValue
El valor convertido.
Ver también
- Typedef SharedPtr
- Class Object
- Enum TypeCode
- Class IFormatterConverter
- Namespace System::Runtime::Serialization
- Library Aspose.Page for C++