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

TypeConverter::ConvertFromString(const System::SharedPtr<ITypeDescriptorContext>&, const System::SharedPtr<System::Globalization::CultureInfo>&, const System::String&) method

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

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

ReturnValue

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

انظر أيضًا

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

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

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

ReturnValue

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

انظر أيضًا

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

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

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

ReturnValue

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

انظر أيضًا