System::Net::Http::Headers::ContentRangeHeaderValue::GetContentRangeLength method

ContentRangeHeaderValue::GetContentRangeLength method

Convierte una cadena pasada desde la posición especificada a una instancia de la clase ContentRangeHeaderValue.

static int32_t System::Net::Http::Headers::ContentRangeHeaderValue::GetContentRangeLength(String input, int32_t startIndex, System::SharedPtr<Object> &parsedValue)
ParámetroTipoDescripción
entradaStringUna cadena para analizar.
startIndexint32_tUna posición inicial para el análisis.
parsedValueSystem::SharedPtr<Object>&Una instancia donde se asignará un objeto analizado.

ReturnValue

La longitud de una subcadena analizada, de lo contrario 0.

Ver también