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

ProductInfoHeaderValue::TryParse method

Verilen bir dizeyi ProductInfoHeaderValue sınıfının bir örneğine dönüştürmeyi dener.

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