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)
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. |
ReturnValue
The length of a parsed substring, otherwise 0.
See Also
- Class String
- Typedef SharedPtr
- Class ICollection
- Class RangeItemHeaderValue
- Class RangeItemHeaderValue
- Namespace System::Net::Http::Headers
- Library Aspose.TeX for C++