طريقة 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سلسلة للتحليل.
parsedValueSystem::SharedPtr<AuthenticationHeaderValue>&نسخة حيث سيتم تعيين كائن مُحلَّل.

ReturnValue

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

انظر أيضًا