System::Runtime::Serialization::FormatterConverter::Convert método
Contenido
[
Ocultar
]FormatterConverter::Convert(System::SharedPtr<Object>, const TypeInfo&) method
Información RTTI.
System::SharedPtr<Object> System::Runtime::Serialization::FormatterConverter::Convert(System::SharedPtr<Object> value, const TypeInfo &type) override
| 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 FormatterConverter
- Namespace System::Runtime::Serialization
- Library Aspose.Page for C++
FormatterConverter::Convert(System::SharedPtr<Object>, TypeCode) method
Convierte un valor al System::TypeCode dado.
System::SharedPtr<Object> System::Runtime::Serialization::FormatterConverter::Convert(System::SharedPtr<Object> value, TypeCode typeCode) override
| 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 FormatterConverter
- Namespace System::Runtime::Serialization
- Library Aspose.Page for C++