System::Net::Http::Headers::StringWithQualityHeaderValue::TryParse طريقة
StringWithQualityHeaderValue::TryParse method
يحاول تحويل سلسلة مُمرَّرة إلى نسخة من الفئة StringWithQualityHeaderValue .
static bool System::Net::Http::Headers::StringWithQualityHeaderValue::TryParse(String input, System::SharedPtr<StringWithQualityHeaderValue> &parsedValue)
| Parameter | Type | الوصف |
|---|---|---|
| الإدخال | String | سلسلة للتحليل. |
| parsedValue | System::SharedPtr<StringWithQualityHeaderValue>& | كائن حيث سيتم تعيين الكائن المُحلَّل. |
ReturnValue
صحيح عندما يتم التحليل بنجاح، وإلا خطأ.
انظر أيضًا
- Class String
- Typedef SharedPtr
- Class StringWithQualityHeaderValue
- Class StringWithQualityHeaderValue
- Namespace System::Net::Http::Headers
- Library Aspose.Page for C++