Metodo System::Net::Http::Headers::EntityTagHeaderValue::TryParse

EntityTagHeaderValue::TryParse method

Tenta di convertire una stringa fornita in un’istanza della classe EntityTagHeaderValue.

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

ReturnValue

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

Vedi anche