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

NameValueHeaderValue::GetValueLength method

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

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

ReturnValue

指定索引处值的长度。

另见