System::ComponentModel::TypeConverter::ConvertFromInvariantString metodu

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)
ParameterTypeAçıklama
contextconst System::SharedPtr<ITypeDescriptorContext>&Object dönüşüm bağlamı bilgisi.
textconst 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)
ParameterTypeAçıklama
textconst System::String&Dönüştürülecek değer.

ReturnValue

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

Ayrıca Bakınız