CookieHeaderValue.TryParse Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
TryParse(StringSegment, CookieHeaderValue) |
Tente d’analyser le spécifié |
TryParse(String, CookieHeaderValue) |
TryParse(StringSegment, CookieHeaderValue)
- Source:
- CookieHeaderValue.cs
- Source:
- CookieHeaderValue.cs
- Source:
- CookieHeaderValue.cs
Tente d’analyser le spécifié input
en tant CookieHeaderValueque .
public:
static bool TryParse(Microsoft::Extensions::Primitives::StringSegment input, [Runtime::InteropServices::Out] Microsoft::Net::Http::Headers::CookieHeaderValue ^ % parsedValue);
public static bool TryParse (Microsoft.Extensions.Primitives.StringSegment input, out Microsoft.Net.Http.Headers.CookieHeaderValue parsedValue);
public static bool TryParse (Microsoft.Extensions.Primitives.StringSegment input, out Microsoft.Net.Http.Headers.CookieHeaderValue? parsedValue);
static member TryParse : Microsoft.Extensions.Primitives.StringSegment * CookieHeaderValue -> bool
Public Shared Function TryParse (input As StringSegment, ByRef parsedValue As CookieHeaderValue) As Boolean
Paramètres
- input
- StringSegment
Valeur à analyser.
- parsedValue
- CookieHeaderValue
Valeur analysée.
Retours
true
si l’entrée est valide CookieHeaderValue, sinon false
.
S’applique à
TryParse(String, CookieHeaderValue)
public:
static bool TryParse(System::String ^ input, [Runtime::InteropServices::Out] Microsoft::Net::Http::Headers::CookieHeaderValue ^ % parsedValue);
public static bool TryParse (string input, out Microsoft.Net.Http.Headers.CookieHeaderValue parsedValue);
static member TryParse : string * CookieHeaderValue -> bool
Public Shared Function TryParse (input As String, ByRef parsedValue As CookieHeaderValue) As Boolean
Paramètres
- input
- String
- parsedValue
- CookieHeaderValue