System::Net::Http::Headers::AuthenticationHeaderValue::GetAuthenticationLength method

AuthenticationHeaderValue::GetAuthenticationLength method

指定された文字列を解析し、文字列表現の最後のインデックスを返します。

static int32_t System::Net::Http::Headers::AuthenticationHeaderValue::GetAuthenticationLength(String input, int32_t startIndex, System::SharedPtr<Object> &parsedValue)
パラメーター説明
入力String解析すべき文字列。
startIndexint32_t解析の開始位置。
parsedValueSystem::SharedPtr<Object>&解析された値が代入される出力パラメータ。

ReturnValue

解析されたサブ文字列の長さ、該当しない場合は 0 です。

参照