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

指定されたインデックスからの値の長さ。

参照