Share via


ProductInfoHeaderValue.Parse(String) Metoda

Definice

Převede řetězec na ProductInfoHeaderValue instanci.

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

Parametry

input
String

Řetězec, který představuje informace o hodnotě hlavičky informací o produktu.

Návraty

Instance ProductInfoHeaderValue .

Výjimky

inputnull je odkaz.

input není platné informace o hodnotě záhlaví informací o produktu.

Platí pro