StringWithQualityHeaderValue.Parse(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Converts a string to an StringWithQualityHeaderValue instance.
public:
static System::Net::Http::Headers::StringWithQualityHeaderValue ^ Parse(System::String ^ input);
public static System.Net.Http.Headers.StringWithQualityHeaderValue Parse(string input);
public static System.Net.Http.Headers.StringWithQualityHeaderValue Parse(string? input);
static member Parse : string -> System.Net.Http.Headers.StringWithQualityHeaderValue
Public Shared Function Parse (input As String) As StringWithQualityHeaderValue
Parameters
- input
- String
A string that represents quality header value information.
Returns
A StringWithQualityHeaderValue instance.
Exceptions
input
is a null
reference.
input
is not valid string with quality header value information.
Applies to
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.