WarningHeaderValue.TryParse(String, WarningHeaderValue) Método

Definición

Determina si una cadena es una información de WarningHeaderValue válida.

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

Parámetros

input
String

Cadena que se va a validar.

parsedValue
WarningHeaderValue

Versión WarningHeaderValue de la cadena.

Devoluciones

true si input es una información de WarningHeaderValue válida; en caso contrario, false.

Se aplica a