System::ComponentModel::TypeConverter::ConvertFromString metot

TypeConverter::ConvertFromString(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::ConvertFromString(const System::SharedPtr<ITypeDescriptorContext> &context, const System::SharedPtr<System::Globalization::CultureInfo> &culture, const System::String &text)
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.
metinconst System::String&Dönüştürülecek değer.

ReturnValue

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

Ayrıca Bakınız

TypeConverter::ConvertFromString(const System::SharedPtr<ITypeDescriptorContext>&, const System::String&) method

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

System::SharedPtr<System::Object> System::ComponentModel::TypeConverter::ConvertFromString(const System::SharedPtr<ITypeDescriptorContext> &context, const System::String &text)
ParametreTürAçıklama
contextconst System::SharedPtr<ITypeDescriptorContext>&Object dönüştürme bağlamı bilgisi.
metinconst System::String&Dönüştürülecek değer.

ReturnValue

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

Ayrıca Bakınız

TypeConverter::ConvertFromString(const System::String&) method

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

System::SharedPtr<System::Object> System::ComponentModel::TypeConverter::ConvertFromString(const System::String &text)
ParametreTürAçıklama
metinconst System::String&Dönüştürülecek değer.

ReturnValue

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

Ayrıca Bakınız