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