System::Net::Http::Headers::NameValueWithParametersHeaderValue::GetNameValueWithParametersLength method
NameValueWithParametersHeaderValue::GetNameValueWithParametersLength method
Converts a passed string from the specified index to an instance of the NameValueWithParametersHeaderValue class.
static int32_t System::Net::Http::Headers::NameValueWithParametersHeaderValue::GetNameValueWithParametersLength(String input, int32_t startIndex, System::SharedPtr<Object> &parsedValue)
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. |
ReturnValue
Returns the length of a parsed substring, otherwise 0.
See Also
- Class String
- Typedef SharedPtr
- Class Object
- Class NameValueWithParametersHeaderValue
- Namespace System::Net::Http::Headers
- Library Aspose.PDF for C++