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

TypeConverter::ConvertFromInvariantString(const System::SharedPtr<ITypeDescriptorContext>&, const System::String&) method

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

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

ReturnValue

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

انظر أيضًا

TypeConverter::ConvertFromInvariantString(const System::String&) method

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

System::SharedPtr<System::Object> System::ComponentModel::TypeConverter::ConvertFromInvariantString(const System::String &text)
معاملنوعالوصف
نصconst System::String&القيمة للتحويل.

ReturnValue

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

انظر أيضًا