System::Net::Http::Headers::ProductInfoHeaderValue::TryParse metodo

ProductInfoHeaderValue::TryParse method

Tenta di convertire una stringa passata in un’istanza della classe ProductInfoHeaderValue.

static bool System::Net::Http::Headers::ProductInfoHeaderValue::TryParse(String input, System::SharedPtr<ProductInfoHeaderValue> &parsedValue)
ParametroTipoDescrizione
inputStringaUna stringa da analizzare.
parsedValueSystem::SharedPtr<ProductInfoHeaderValue>&Un’istanza in cui verrà assegnato un oggetto analizzato.

ReturnValue

Vero quando l’analisi è completata con successo, altrimenti falso.

Vedi anche