System::ComponentModel::TypeConverter::ConvertFrom metot

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

Nesneleri dönüştürür.

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)
ParametreTürAçıklama
contextconst System::SharedPtr<ITypeDescriptorContext>&Object dönüştürme bağlamı bilgisi.
kültürconst System::SharedPtr<System::Globalization::CultureInfo>&Nesneleri dönüştürürken kullanılacak kültür.
valueconst System::SharedPtr<System::Object>&Object dönüştürülecek.

ReturnValue

dönüştürülmüş nesne.

Ayrıca Bakınız

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

Dizgiyi nesneye dönüştürür.

System::SharedPtr<System::Object> System::ComponentModel::TypeConverter::ConvertFrom(const System::SharedPtr<ITypeDescriptorContext> &context, const System::SharedPtr<System::Globalization::CultureInfo> &culture, const System::String &value)
ParametreTürAçıklama
contextconst System::SharedPtr<ITypeDescriptorContext>&Object dönüştürme bağlamı bilgisi.
kültürconst System::SharedPtr<System::Globalization::CultureInfo>&Nesneleri dönüştürürken kullanılacak kültür.
değerconst System::String&Dönüştürülecek değer.

ReturnValue

dönüştürülmüş nesne.

Ayrıca Bakınız

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

Nesneleri dönüştürür.

System::SharedPtr<System::Object> System::ComponentModel::TypeConverter::ConvertFrom(const System::SharedPtr<System::Object> &value)
ParametreTürAçıklama
valueconst System::SharedPtr<System::Object>&Object dönüştürülecek.

ReturnValue

dönüştürülmüş nesne.

Ayrıca Bakınız