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

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

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

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

ReturnValue

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

انظر أيضًا

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

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

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

ReturnValue

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

انظر أيضًا