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