System::Net::Http::Headers::EntityTagHeaderValue::GetEntityTagLength metodo

EntityTagHeaderValue::GetEntityTagLength method

Converte una stringa fornita 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
inputStringUna 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