Share via


EntityTagHeaderValue.Parse(String) Metoda

Definice

Převede řetězec na EntityTagHeaderValue instanci.

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

Řetězec, který představuje informace o hodnotě záhlaví značky entity.

Návraty

Instance EntityTagHeaderValue .

Výjimky

inputnull je odkaz.

input není platná informace o hodnotě záhlaví značky entity.

Platí pro