System::ComponentModel::TypeConverter::ConvertToInvariantString metot

TypeConverter::ConvertToInvariantString(const System::SharedPtr<ITypeDescriptorContext>&, const System::SharedPtr<System::Object>&) method

Nesneyi değişmez dizeye dönüştürür.

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

ReturnValue

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

Ayrıca Bakınız

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

Nesneyi değişmez dizeye dönüştürür.

System::String System::ComponentModel::TypeConverter::ConvertToInvariantString(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