CacheControlHeaderValue.TryParse(String, CacheControlHeaderValue) Metodo

Definizione

Determina se una stringa è informazioni valide CacheControlHeaderValue .

public:
 static bool TryParse(System::String ^ input, [Runtime::InteropServices::Out] System::Net::Http::Headers::CacheControlHeaderValue ^ % parsedValue);
public static bool TryParse(string input, out System.Net.Http.Headers.CacheControlHeaderValue parsedValue);
public static bool TryParse(string? input, out System.Net.Http.Headers.CacheControlHeaderValue? parsedValue);
static member TryParse : string * CacheControlHeaderValue -> bool
Public Shared Function TryParse (input As String, ByRef parsedValue As CacheControlHeaderValue) As Boolean

Parametri

input
String

Stringa da convalidare.

parsedValue
CacheControlHeaderValue

Versione CacheControlHeaderValue della stringa.

Valori restituiti

true se input sono informazioni valide CacheControlHeaderValue ; in caso contrario, false.

Si applica a