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

NameValueWithParametersHeaderValue::TryParse method

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

static bool System::Net::Http::Headers::NameValueWithParametersHeaderValue::TryParse(String input, System::SharedPtr<NameValueWithParametersHeaderValue> &parsedValue)
ParameterTypeAçıklama
girdiStringAyrıştırılacak bir dize.
parsedValueSystem::SharedPtr<NameValueWithParametersHeaderValue>&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