System::Net::Http::Headers::ContentRangeHeaderValue::GetContentRangeLength méthode

ContentRangeHeaderValue::GetContentRangeLength method

Convertit une chaîne passée depuis la position spécifiée en une instance de la classe ContentRangeHeaderValue.

static int32_t System::Net::Http::Headers::ContentRangeHeaderValue::GetContentRangeLength(String input, int32_t startIndex, System::SharedPtr<Object> &parsedValue)
ParamètreTypeDescription
inputStringUne chaîne à analyser.
startIndexint32_tUne position de départ pour l’analyse.
parsedValueSystem::SharedPtr<Object>&Une instance où un objet analysé sera assigné.

ReturnValue

La longueur d’une sous-chaîne analysée, sinon 0.

Voir aussi