CacheControlHeaderValue.TryParse Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
TryParse(StringSegment, CacheControlHeaderValue) |
Tenta analisar o especificado |
TryParse(String, CacheControlHeaderValue) |
TryParse(StringSegment, CacheControlHeaderValue)
- Origem:
- CacheControlHeaderValue.cs
- Origem:
- CacheControlHeaderValue.cs
- Origem:
- CacheControlHeaderValue.cs
Tenta analisar o especificado input
como um CacheControlHeaderValue.
public:
static bool TryParse(Microsoft::Extensions::Primitives::StringSegment input, [Runtime::InteropServices::Out] Microsoft::Net::Http::Headers::CacheControlHeaderValue ^ % parsedValue);
public static bool TryParse (Microsoft.Extensions.Primitives.StringSegment input, out Microsoft.Net.Http.Headers.CacheControlHeaderValue parsedValue);
public static bool TryParse (Microsoft.Extensions.Primitives.StringSegment input, out Microsoft.Net.Http.Headers.CacheControlHeaderValue? parsedValue);
static member TryParse : Microsoft.Extensions.Primitives.StringSegment * CacheControlHeaderValue -> bool
Public Shared Function TryParse (input As StringSegment, ByRef parsedValue As CacheControlHeaderValue) As Boolean
Parâmetros
- input
- StringSegment
O valor a analisar.
- parsedValue
- CacheControlHeaderValue
O valor analisado.
Retornos
true
se a entrada for válida CacheControlHeaderValue, caso contrário false
, .
Aplica-se a
TryParse(String, CacheControlHeaderValue)
public:
static bool TryParse(System::String ^ input, [Runtime::InteropServices::Out] Microsoft::Net::Http::Headers::CacheControlHeaderValue ^ % parsedValue);
public static bool TryParse (string input, out Microsoft.Net.Http.Headers.CacheControlHeaderValue parsedValue);
static member TryParse : string * CacheControlHeaderValue -> bool
Public Shared Function TryParse (input As String, ByRef parsedValue As CacheControlHeaderValue) As Boolean
Parâmetros
- input
- String
- parsedValue
- CacheControlHeaderValue