طريقة System::ComponentModel::TypeConverter::ConvertToString

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

يحوّل الكائن إلى سلسلة.

System::String System::ComponentModel::TypeConverter::ConvertToString(const System::SharedPtr<ITypeDescriptorContext> &context, const System::SharedPtr<System::Globalization::CultureInfo> &culture, const System::SharedPtr<System::Object> &value)
معاملنوعالوصف
contextconst System::SharedPtr<ITypeDescriptorContext>&Object معلومات سياق التحويل.
الثقافةconst System::SharedPtr<System::Globalization::CultureInfo>&الثقافة المستخدمة عند تحويل الكائنات.
valueconst System::SharedPtr<System::Object>&Object للتحويل.

ReturnValue

الكائن المحول.

انظر أيضًا

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

يحوّل الكائن إلى سلسلة.

System::String System::ComponentModel::TypeConverter::ConvertToString(const System::SharedPtr<ITypeDescriptorContext> &context, const System::SharedPtr<System::Object> &value)
معاملنوعالوصف
contextconst System::SharedPtr<ITypeDescriptorContext>&Object معلومات سياق التحويل.
valueconst System::SharedPtr<System::Object>&Object للتحويل.

ReturnValue

الكائن المحول.

انظر أيضًا

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

يحوّل الكائن إلى سلسلة.

System::String System::ComponentModel::TypeConverter::ConvertToString(const System::SharedPtr<System::Object> &value)
معاملنوعالوصف
valueconst System::SharedPtr<System::Object>&Object للتحويل.

ReturnValue

الكائن المحول.

انظر أيضًا