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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.