طريقة System::Net::Http::Headers::TransferCodingHeaderValue::TryParse

TransferCodingHeaderValue::TryParse method

يحاول تحويل سلسلة مُمرَّرة إلى كائن من الفئة TransferCodingHeaderValue.

static bool System::Net::Http::Headers::TransferCodingHeaderValue::TryParse(String input, System::SharedPtr<TransferCodingHeaderValue> &parsedValue)
معاملنوعالوصف
الإدخالStringسلسلة للتحليل.
parsedValueSystem::SharedPtr<TransferCodingHeaderValue>&نسخة حيث سيتم تعيين كائن مُحلَّل.

ReturnValue

صحيح عندما يتم التحليل بنجاح، وإلا خطأ.

انظر أيضًا