NameValueHeaderValue.Parse(String) Metoda

Definicja

Konwertuje ciąg na NameValueHeaderValue wystąpienie.

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

Parametry

input
String

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

Zwraca

NameValueHeaderValue Wystąpienie.

Wyjątki

input jest odwołaniem null .

input nie jest prawidłowym informacjami o wartości nagłówka wartości nazwy.

Dotyczy