HttpCookiePairHeaderValue.TryParse(String, HttpCookiePairHeaderValue) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
判斷字串是否為有效的 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
傳回
Boolean
bool
如果輸入有效HttpCookiePairHeaderValue資訊,則為true;否則為false。