System::Net::Http::Headers::NameValueHeaderValue::GetValueLength 方法

NameValueHeaderValue::GetValueLength method

返回从指定索引开始的值的长度。

static int32_t System::Net::Http::Headers::NameValueHeaderValue::GetValueLength(String input, int32_t startIndex)
ParameterType描述
输入字符串要解析的字符串。
startIndexint32_t用于解析的起始位置。

ReturnValue

指定索引处值的长度。

另见