System::Drawing::FontConverter::ConvertFrom method

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

Mengonversi objek.

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

ReturnValue

objek yang dikonversi.

Lihat Juga

FontConverter::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

FontConverter::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

FontConverter::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