System::Runtime::Serialization::IFormatterConverter::Convert metodo
Contenuti
[
Nascondere
]IFormatterConverter::Convert(System::SharedPtr<Object>, const TypeInfo&) method
Informazioni RTTI.
virtual System::SharedPtr<Object> System::Runtime::Serialization::IFormatterConverter::Convert(System::SharedPtr<Object> value, const TypeInfo &type)=0
| Parametro | Tipo | Descrizione |
|---|---|---|
| valore | System::SharedPtr<Object> | L’oggetto da convertire. |
| type | const TypeInfo& | Il System::TypeInfo in cui il valore deve essere convertito. |
ReturnValue
Il valore convertito.
Osservazioni
Converte un valore nel System::TypeInfo.
Vedi anche
- Typedef SharedPtr
- Class Object
- Class TypeInfo
- Class IFormatterConverter
- Namespace System::Runtime::Serialization
- Library Aspose.Font for C++
IFormatterConverter::Convert(System::SharedPtr<Object>, TypeCode) method
Converte un valore nel System::TypeCode.
virtual System::SharedPtr<Object> System::Runtime::Serialization::IFormatterConverter::Convert(System::SharedPtr<Object> value, TypeCode typeCode)=0
| Parametro | Tipo | Descrizione |
|---|---|---|
| valore | System::SharedPtr<Object> | L’oggetto da convertire. |
| typeCode | TypeCode | Il System::TypeCode in cui il valore deve essere convertito. |
ReturnValue
Il valore convertito.
Vedi anche
- Typedef SharedPtr
- Class Object
- Enum TypeCode
- Class IFormatterConverter
- Namespace System::Runtime::Serialization
- Library Aspose.Font for C++