System::Drawing::FontConverter::ConvertFrom metodo
Contenuti
[
Nascondere
]FontConverter::ConvertFrom(const System::SharedPtr<ComponentModel::ITypeDescriptorContext>&, const System::SharedPtr<System::Globalization::CultureInfo>&, const System::SharedPtr<System::Object>&) method
Converte gli oggetti.
System::SharedPtr<System::Object> System::Drawing::FontConverter::ConvertFrom(const System::SharedPtr<ComponentModel::ITypeDescriptorContext> &context, const System::SharedPtr<System::Globalization::CultureInfo> &culture, const System::SharedPtr<System::Object> &value) override
| Parametro | Tipo | Descrizione |
|---|---|---|
| context | const System::SharedPtr<ComponentModel::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::SharedPtr<System::Object>& | Un oggetto da convertire. |
ReturnValue
oggetto convertito.
Vedi anche
- Typedef SharedPtr
- Class Object
- Class ITypeDescriptorContext
- Class CultureInfo
- Class FontConverter
- Namespace System::Drawing
- Library Aspose.Font for C++
FontConverter::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 FontConverter
- Namespace System::Drawing
- Library Aspose.Font for C++
FontConverter::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 FontConverter
- Namespace System::Drawing
- Library Aspose.Font for C++
FontConverter::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 FontConverter
- Namespace System::Drawing
- Library Aspose.Font for C++