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)
ParameterTypeDescription
inputStringA string to parse.
startIndexint32_tA start position for parsing.

ReturnValue

The length of a value from the specified index.

See Also