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
Parameter | Type | Description |
---|---|---|
input | String | A string to parse. |
startIndex | int32_t | A start position for parsing. |
rangeCollection | System::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
- Typedef SharedPtr
- Class String
- Class ICollection
- Class RangeItemHeaderValue
- Namespace System::Net::Http::Headers
- Library Aspose.Slides