System::Net::Http::Headers::AuthenticationHeaderValue::TryParse yöntemi

AuthenticationHeaderValue::TryParse method

Verilen bir dizeyi AuthenticationHeaderValue sınıfının bir örneğine dönüştürmeye çalışıyor.

static bool System::Net::Http::Headers::AuthenticationHeaderValue::TryParse(String input, System::SharedPtr<AuthenticationHeaderValue> &parsedValue)
ParametreTürAçıklama
girdiDizeAyrıştırılacak bir dize.
parsedValueSystem::SharedPtr<AuthenticationHeaderValue>&Ayrıştırılmış bir nesnenin atanacağı bir örnek.

ReturnValue

Ayrıştırma başarılı bir şekilde tamamlandığında doğru, aksi takdirde yanlış.

Ayrıca Bakınız