ProductHeaderValue.Parse(String) Metodo

Definizione

Converte una stringa in un'istanza di ProductHeaderValue.

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

Parametri

input
String

Stringa che rappresenta le informazioni sul valore dell'intestazione relativa al prodotto.

Restituisce

Istanza di ProductHeaderValue.

Si applica a