WarningHeaderValue.Parse(String) Metoda

Definice

Převede řetězec na WarningHeaderValue instanci.

public:
 static System::Net::Http::Headers::WarningHeaderValue ^ Parse(System::String ^ input);
public static System.Net.Http.Headers.WarningHeaderValue Parse (string input);
public static System.Net.Http.Headers.WarningHeaderValue Parse (string? input);
static member Parse : string -> System.Net.Http.Headers.WarningHeaderValue
Public Shared Function Parse (input As String) As WarningHeaderValue

Parametry

input
String

Řetězec, který představuje informace o hodnotě hlavičky ověřování.

Návraty

WarningHeaderValue Vrátí instanci.

Výjimky

inputnull je odkaz.

input nejsou platné informace o hodnotě hlavičky ověřování.

Platí pro