EntityTagHeaderValue.Parse(String) Metoda

Definicja

Konwertuje ciąg na EntityTagHeaderValue wystąpienie.

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

Parametry

input
String

Ciąg reprezentujący informacje o wartości nagłówka tagu jednostki.

Zwraca

Wystąpienie EntityTagHeaderValue .

Wyjątki

input jest odwołaniem null .

input nie jest prawidłowymi informacjami o wartości nagłówka tagu jednostki.

Dotyczy