System::Net::Http::Headers::NameValueHeaderValue::GetValueLength method
NameValueHeaderValue::GetValueLength method
Returns the length of a value from the specified index.
static int32_t System::Net::Http::Headers::NameValueHeaderValue::GetValueLength(String input, int32_t startIndex)
Parameter | Type | Description |
---|---|---|
input | String | A string to parse. |
startIndex | int32_t | A start position for parsing. |
ReturnValue
The length of a value from the specified index.
See Also
- Class String
- Class NameValueHeaderValue
- Namespace System::Net::Http::Headers
- Library Aspose.PUB for C++