System::Net::Http::Headers::ContentRangeHeaderValue::GetContentRangeLength metodo

ContentRangeHeaderValue::GetContentRangeLength method

Converte una stringa passata dalla posizione specificata in un’istanza della classe ContentRangeHeaderValue.

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

ReturnValue

La lunghezza di una sottostringa analizzata, altrimenti 0.

Vedi anche