System::ComponentModel::TypeConverter::ConvertFromInvariantString metot

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

Değişmez dizeyi nesneye dönüştürür.

System::SharedPtr<System::Object> System::ComponentModel::TypeConverter::ConvertFromInvariantString(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::ConvertFromInvariantString(const System::String&) method

Değişmez dizeyi nesneye dönüştürür.

System::SharedPtr<System::Object> System::ComponentModel::TypeConverter::ConvertFromInvariantString(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