NameValueWithParametersHeaderValue.Parse(String) Método

Definição

Converte uma cadeia de caracteres em uma NameValueWithParametersHeaderValue instância.

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

Parâmetros

input
String

Uma cadeia de caracteres que representa o valor do nome com informações de valor de cabeçalho de parâmetro.

Retornos

Uma instância de NameValueWithParametersHeaderValue.

Exceções

input é uma null referência.

input não é um valor de nome válido com informações de valor de cabeçalho de parâmetro.

Aplica-se a