System::ComponentModel::TypeConverter::ConvertToString metot

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

Nesneyi dizeye dönüştürür.

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

Nesneyi dizeye dönüştürür.

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

Nesneyi dizeye dönüştürür.

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