Metodo System::Net::Http::Headers::EntityTagHeaderValue::GetEntityTagLength

EntityTagHeaderValue::GetEntityTagLength method

Converte una stringa fornita a partire dall’indice specificato in un’istanza della classe EntityTagHeaderValue.

static int32_t System::Net::Http::Headers::EntityTagHeaderValue::GetEntityTagLength(String input, int32_t startIndex, System::SharedPtr<EntityTagHeaderValue> &parsedValue)
ParametroTipoDescrizione
inputStringaUna stringa da analizzare.
startIndexint32_tUna posizione iniziale per l’analisi.
parsedValueSystem::SharedPtr<EntityTagHeaderValue>&Un’istanza in cui verrà assegnato un oggetto analizzato.

ReturnValue

La lunghezza di una sottostringa analizzata, altrimenti 0.

Vedi anche