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