System::Net::Http::Headers::RangeItemHeaderValue::GetRangeItemListLength method

RangeItemHeaderValue::GetRangeItemListLength method

Converts a passed string from the specified position to the collection of the RangeItemHeaderValue-class instances.

static int32_t System::Net::Http::Headers::RangeItemHeaderValue::GetRangeItemListLength(String input, int32_t startIndex, System::SharedPtr<Collections::Generic::ICollection<System::SharedPtr<RangeItemHeaderValue>>> rangeCollection)
ParameterTypeDescription
inputStringA string to parse.
startIndexint32_tA start position for parsing.
rangeCollectionSystem::SharedPtr<Collections::Generic::ICollection<System::SharedPtr<RangeItemHeaderValue>>>An instance where a parsed collection will be assigned.

ReturnValue

The length of a parsed substring, otherwise 0.

See Also