次の方法で共有


HttpExpectationHeaderValue.TryParse メソッド

定義

文字列が有効な HttpCredentialsHeaderValue 情報であるかどうかを判断します。

public:
 static bool TryParse(Platform::String ^ input, [Out] HttpExpectationHeaderValue ^ & expectationHeaderValue);
 static bool TryParse(winrt::hstring const& input, [Out] HttpExpectationHeaderValue const& & expectationHeaderValue);
public static bool TryParse(string input, out HttpExpectationHeaderValue expectationHeaderValue);
Public Shared Function TryParse (input As String, ByRef expectationHeaderValue As HttpExpectationHeaderValue) As Boolean

パラメーター

input
String

Platform::String

winrt::hstring

検証対象の文字列。

expectationHeaderValue
HttpExpectationHeaderValue

文字列の HttpExpectationHeaderValue バージョン。

戻り値

Boolean

bool

入力が有効な HttpExpectationHeaderValue 情報である場合は true。それ以外の場合は false

適用対象