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

ContentDispositionHeaderValue::TryParse method

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

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

ReturnValue

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

انظر أيضًا