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