Método System::Drawing::FontConverter::ConvertTo
Contenido
[
Ocultar
]FontConverter::ConvertTo(const System::SharedPtr<ComponentModel::ITypeDescriptorContext>&, const System::SharedPtr<System::Globalization::CultureInfo>&, const System::SharedPtr<System::Object>&, const System::TypeInfo&) method
Convierte el objeto a un tipo específico.
System::SharedPtr<System::Object> System::Drawing::FontConverter::ConvertTo(const System::SharedPtr<ComponentModel::ITypeDescriptorContext> &context, const System::SharedPtr<System::Globalization::CultureInfo> &culture, const System::SharedPtr<System::Object> &value, const System::TypeInfo &destinationType) override
| Parámetro | Tipo | Descripción |
|---|---|---|
| context | const System::SharedPtr<ComponentModel::ITypeDescriptorContext>& | Object información del contexto de conversión. |
| cultura | const System::SharedPtr<System::Globalization::CultureInfo>& | Cultura a usar al convertir objetos. |
| value | const System::SharedPtr<System::Object>& | Un objeto a convertir. |
| destinationType | const System::TypeInfo& | Tipo al que convertir. |
ReturnValue
Objeto convertido.
Ver también
- Typedef SharedPtr
- Class Object
- Class ITypeDescriptorContext
- Class CultureInfo
- Class TypeInfo
- Class FontConverter
- Namespace System::Drawing
- Library Aspose.Page for C++
FontConverter::ConvertTo(const System::SharedPtr<ITypeDescriptorContext>&, const System::SharedPtr<System::Globalization::CultureInfo>&, const System::SharedPtr<System::Object>&, const System::TypeInfo&) method
Convierte el objeto a un tipo específico.
virtual System::SharedPtr<System::Object> System::ComponentModel::TypeConverter::ConvertTo(const System::SharedPtr<ITypeDescriptorContext> &context, const System::SharedPtr<System::Globalization::CultureInfo> &culture, const System::SharedPtr<System::Object> &value, const System::TypeInfo &destinationType)
| Parámetro | Tipo | Descripción |
|---|---|---|
| context | const System::SharedPtr<ITypeDescriptorContext>& | Object información del contexto de conversión. |
| cultura | const System::SharedPtr<System::Globalization::CultureInfo>& | Cultura a usar al convertir objetos. |
| value | const System::SharedPtr<System::Object>& | Object para convertir. |
| destinationType | const System::TypeInfo& | Tipo al que convertir. |
ReturnValue
Objeto convertido.
Ver también
- Typedef SharedPtr
- Class Object
- Class CultureInfo
- Class TypeInfo
- Class FontConverter
- Namespace System::Drawing
- Library Aspose.Page for C++
FontConverter::ConvertTo(const System::SharedPtr<System::Object>&, const System::TypeInfo&) method
Convierte el objeto a un tipo específico.
System::SharedPtr<System::Object> System::ComponentModel::TypeConverter::ConvertTo(const System::SharedPtr<System::Object> &value, const System::TypeInfo &destinationType)
| Parámetro | Tipo | Descripción |
|---|---|---|
| value | const System::SharedPtr<System::Object>& | Object para convertir. |
| destinationType | const System::TypeInfo& | Tipo al que convertir. |
ReturnValue
Objeto convertido.
Ver también
- Typedef SharedPtr
- Class Object
- Class TypeInfo
- Class FontConverter
- Namespace System::Drawing
- Library Aspose.Page for C++