System::Drawing::ImageFormatConverter::ConvertFrom method

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

Mengonversi objek.

SharedPtr<Object> System::Drawing::ImageFormatConverter::ConvertFrom(const SharedPtr<ComponentModel::ITypeDescriptorContext> &context, const SharedPtr<Globalization::CultureInfo> &culture, const SharedPtr<Object> &value) override
ParameterTipeDeskripsi
contextconst SharedPtr<ComponentModel::ITypeDescriptorContext>&Object informasi konteks konversi.
budayaconst SharedPtr<Globalization::CultureInfo>&Budaya yang digunakan saat mengonversi objek.
valueconst SharedPtr<Object>&Object untuk dikonversi.

ReturnValue

objek yang dikonversi.

Lihat Juga

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

Mengonversi objek.

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)
ParameterTipeDeskripsi
contextconst System::SharedPtr<ITypeDescriptorContext>&Object informasi konteks konversi.
budayaconst System::SharedPtr<System::Globalization::CultureInfo>&Budaya yang digunakan saat mengonversi objek.
valueconst System::SharedPtr<System::Object>&Object untuk dikonversi.

ReturnValue

objek yang dikonversi.

Lihat Juga

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

Mengonversi string ke objek.

System::SharedPtr<System::Object> System::ComponentModel::TypeConverter::ConvertFrom(const System::SharedPtr<ITypeDescriptorContext> &context, const System::SharedPtr<System::Globalization::CultureInfo> &culture, const System::String &value)
ParameterTipeDeskripsi
contextconst System::SharedPtr<ITypeDescriptorContext>&Object informasi konteks konversi.
budayaconst System::SharedPtr<System::Globalization::CultureInfo>&Budaya yang digunakan saat mengonversi objek.
valueconst System::String&Nilai untuk dikonversi.

ReturnValue

objek yang dikonversi.

Lihat Juga

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

Mengonversi objek.

System::SharedPtr<System::Object> System::ComponentModel::TypeConverter::ConvertFrom(const System::SharedPtr<System::Object> &value)
ParameterTipeDeskripsi
valueconst System::SharedPtr<System::Object>&Object untuk dikonversi.

ReturnValue

objek yang dikonversi.

Lihat Juga