GetValueLength()

NameValueHeaderValue::GetValueLength(String, int32_t) 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)

Arguments

ParameterTypeDescription
inputStringA string to parse.
startIndexint32_tA start position for parsing.

Return Value

The length of a value from the specified index.

See Also