System::Drawing::FontConverter::ConvertFrom μέθοδος

FontConverter::ConvertFrom(const System::SharedPtr<ComponentModel::ITypeDescriptorContext>&, const System::SharedPtr<System::Globalization::CultureInfo>&, const System::SharedPtr<System::Object>&) method

Μετατρέπει αντικείμενα.

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
ParameterTypeΠεριγραφή
contextconst System::SharedPtr<ComponentModel::ITypeDescriptorContext>&Object πληροφορίες πλαισίου μετατροπής.
πολιτιστική ρύθμισηconst System::SharedPtr<System::Globalization::CultureInfo>&Πολιτισμός για χρήση κατά τη μετατροπή αντικειμένων.
τιμήconst System::SharedPtr<System::Object>&Ένα αντικείμενο για μετατροπή.

ReturnValue

μετατρεπόμενο αντικείμενο.

Δείτε επίσης

FontConverter::ConvertFrom(const System::SharedPtr<ITypeDescriptorContext>&, const System::SharedPtr<System::Globalization::CultureInfo>&, const System::SharedPtr<System::Object>&) method

Μετατρέπει αντικείμενα.

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)
ParameterTypeΠεριγραφή
contextconst System::SharedPtr<ITypeDescriptorContext>&Object πληροφορίες πλαισίου μετατροπής.
πολιτιστική ρύθμισηconst System::SharedPtr<System::Globalization::CultureInfo>&Πολιτισμός για χρήση κατά τη μετατροπή αντικειμένων.
valueconst System::SharedPtr<System::Object>&Object για μετατροπή.

ReturnValue

μετατρεπόμενο αντικείμενο.

Δείτε επίσης

FontConverter::ConvertFrom(const System::SharedPtr<ITypeDescriptorContext>&, const System::SharedPtr<System::Globalization::CultureInfo>&, const System::String&) method

Μετατρέπει συμβολοσειρά σε αντικείμενο.

System::SharedPtr<System::Object> System::ComponentModel::TypeConverter::ConvertFrom(const System::SharedPtr<ITypeDescriptorContext> &context, const System::SharedPtr<System::Globalization::CultureInfo> &culture, const System::String &value)
ParameterTypeΠεριγραφή
contextconst System::SharedPtr<ITypeDescriptorContext>&Object πληροφορίες πλαισίου μετατροπής.
πολιτιστική ρύθμισηconst System::SharedPtr<System::Globalization::CultureInfo>&Πολιτισμός για χρήση κατά τη μετατροπή αντικειμένων.
τιμήconst System::String&Τιμή για μετατροπή.

ReturnValue

μετατρεπόμενο αντικείμενο.

Δείτε επίσης

FontConverter::ConvertFrom(const System::SharedPtr<System::Object>&) method

Μετατρέπει αντικείμενα.

System::SharedPtr<System::Object> System::ComponentModel::TypeConverter::ConvertFrom(const System::SharedPtr<System::Object> &value)
ParameterTypeΠεριγραφή
valueconst System::SharedPtr<System::Object>&Object για μετατροπή.

ReturnValue

μετατρεπόμενο αντικείμενο.

Δείτε επίσης