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

AuthenticationHeaderValue::TryParse method

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

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

ReturnValue

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

انظر أيضًا