WarningHeaderValue.TryParse(String, WarningHeaderValue) Metoda

Definice

Určuje, zda je řetězec platnými WarningHeaderValue informacemi.

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

Parametry

input
String

Řetězec, který chcete ověřit.

parsedValue
WarningHeaderValue

Verze WarningHeaderValue řetězce.

Návraty

true jsou-li input platné WarningHeaderValue informace; falsev opačném případě .

Platí pro