GetContentRangeLength()
ContentRangeHeaderValue::GetContentRangeLength(String, int32_t, System::SharedPtr<Object>&) method
Converts a passed string from the specified position to an instance of the ContentRangeHeaderValue class.
static int32_t System::Net::Http::Headers::ContentRangeHeaderValue::GetContentRangeLength(String input, int32_t startIndex, System::SharedPtr<Object> &parsedValue)
Arguments
Parameter | Type | Description |
---|---|---|
input | String | A string to parse. |
startIndex | int32_t | A start position for parsing. |
parsedValue | System::SharedPtr<Object>& | An instance where a parsed object will be assigned. |
Return Value
The length of a parsed substring, otherwise 0.
See Also
- Typedef SharedPtr
- Class String
- Class Object
- Class ContentRangeHeaderValue
- Namespace System::Net::Http::Headers
- Library Aspose.Slides