System::Drawing::ImageFormatConverter::ConvertFrom metodo
Contenuti
[
Nascondere
]ImageFormatConverter::ConvertFrom(const SharedPtr<ComponentModel::ITypeDescriptorContext>&, const SharedPtr<Globalization::CultureInfo>&, const SharedPtr<Object>&) method
Converte gli oggetti.
SharedPtr<Object> System::Drawing::ImageFormatConverter::ConvertFrom(const SharedPtr<ComponentModel::ITypeDescriptorContext> &context, const SharedPtr<Globalization::CultureInfo> &culture, const SharedPtr<Object> &value) override
| Parametro | Tipo | Descrizione |
|---|---|---|
| context | const SharedPtr<ComponentModel::ITypeDescriptorContext>& | Object informazioni sul contesto di conversione. |
| cultura | const SharedPtr<Globalization::CultureInfo>& | Culture da utilizzare durante la conversione degli oggetti. |
| value | const SharedPtr<Object>& | Object da convertire. |
ReturnValue
oggetto convertito.
Vedi anche
- Typedef SharedPtr
- Class Object
- Class ITypeDescriptorContext
- Class CultureInfo
- Class ImageFormatConverter
- Namespace System::Drawing
- Library Aspose.Font for C++
ImageFormatConverter::ConvertFrom(const System::SharedPtr<ITypeDescriptorContext>&, const System::SharedPtr<System::Globalization::CultureInfo>&, const System::SharedPtr<System::Object>&) method
Converte gli oggetti.
virtual System::SharedPtr<System::Object> System::ComponentModel::TypeConverter::ConvertFrom(const System::SharedPtr<ITypeDescriptorContext> &context, const System::SharedPtr<System::Globalization::CultureInfo> &culture, const System::SharedPtr<System::Object> &value)
| Parametro | Tipo | Descrizione |
|---|---|---|
| context | const System::SharedPtr<ITypeDescriptorContext>& | Object informazioni sul contesto di conversione. |
| cultura | const System::SharedPtr<System::Globalization::CultureInfo>& | Culture da utilizzare durante la conversione degli oggetti. |
| value | const System::SharedPtr<System::Object>& | Object da convertire. |
ReturnValue
oggetto convertito.
Vedi anche
- Typedef SharedPtr
- Class Object
- Class CultureInfo
- Class ImageFormatConverter
- Namespace System::Drawing
- Library Aspose.Font for C++
ImageFormatConverter::ConvertFrom(const System::SharedPtr<ITypeDescriptorContext>&, const System::SharedPtr<System::Globalization::CultureInfo>&, const System::String&) method
Converte una stringa in un oggetto.
System::SharedPtr<System::Object> System::ComponentModel::TypeConverter::ConvertFrom(const System::SharedPtr<ITypeDescriptorContext> &context, const System::SharedPtr<System::Globalization::CultureInfo> &culture, const System::String &value)
| Parametro | Tipo | Descrizione |
|---|---|---|
| context | const System::SharedPtr<ITypeDescriptorContext>& | Object informazioni sul contesto di conversione. |
| cultura | const System::SharedPtr<System::Globalization::CultureInfo>& | Culture da utilizzare durante la conversione degli oggetti. |
| valore | const System::String& | Valore da convertire. |
ReturnValue
oggetto convertito.
Vedi anche
- Typedef SharedPtr
- Class Object
- Class CultureInfo
- Class String
- Class ImageFormatConverter
- Namespace System::Drawing
- Library Aspose.Font for C++
ImageFormatConverter::ConvertFrom(const System::SharedPtr<System::Object>&) method
Converte gli oggetti.
System::SharedPtr<System::Object> System::ComponentModel::TypeConverter::ConvertFrom(const System::SharedPtr<System::Object> &value)
| Parametro | Tipo | Descrizione |
|---|---|---|
| value | const System::SharedPtr<System::Object>& | Object da convertire. |
ReturnValue
oggetto convertito.
Vedi anche
- Typedef SharedPtr
- Class Object
- Class ImageFormatConverter
- Namespace System::Drawing
- Library Aspose.Font for C++