System::Net::Http::Headers::RangeItemHeaderValue::GetRangeItemLength method

RangeItemHeaderValue::GetRangeItemLength method

Converts a passed string from the specified index to an instance of the RangeItemHeaderValue class.

static int32_t System::Net::Http::Headers::RangeItemHeaderValue::GetRangeItemLength(String input, int32_t startIndex, System::SharedPtr<RangeItemHeaderValue> &parsedValue)
ParameterTypeDescription
inputStringA string to parse.
startIndexint32_tA start position for parsing.
parsedValueSystem::SharedPtr<RangeItemHeaderValue>&An instance where a parsed object will be assigned.

ReturnValue

Returns the length of a parsed substring, otherwise 0.

See Also