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