GetRangeItemListLength()

RangeItemHeaderValue::GetRangeItemListLength(String, int32_t, System::SharedPtr<Collections::Generic::ICollection<System::SharedPtr<RangeItemHeaderValue>>>) 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)

Arguments

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.

Return Value

The length of a parsed substring, otherwise 0.

See Also