次の方法で共有


HttpCookiePairHeaderValue.TryParse(String, HttpCookiePairHeaderValue) メソッド

定義

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

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

パラメーター

input
String

Platform::String

winrt::hstring

検証対象の文字列。

cookiePairHeaderValue
HttpCookiePairHeaderValue

文字列の HttpCookiePairHeaderValue バージョン。

戻り値

Boolean

bool

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

適用対象