WarningHeaderValue.TryParse(String, WarningHeaderValue) Método

Definición

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

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 es si input es información válida WarningHeaderValue ; de lo contrario, falsees .

Se aplica a