System::Net::Http::Headers::ContentDispositionHeaderValue::TryParse metodu

ContentDispositionHeaderValue::TryParse method

Geçilen bir dizeyi ContentDispositionHeaderValue sınıfının bir örneğine dönüştürmeye çalışır.

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