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