HttpMediaTypeHeaderValue.Parse(String) Method

Definition

Converts a string to an HttpMediaTypeHeaderValue instance.

public:
 static HttpMediaTypeHeaderValue ^ Parse(Platform::String ^ input);
 static HttpMediaTypeHeaderValue Parse(winrt::hstring const& input);
public static HttpMediaTypeHeaderValue Parse(string input);
function parse(input)
Public Shared Function Parse (input As String) As HttpMediaTypeHeaderValue

Parameters

input
String

Platform::String

winrt::hstring

A string that represents the media-type and character set information used in the Content-Type HTTP header.

Returns

An HttpMediaTypeHeaderValue instance.

Remarks

Below are the exceptions that this function throws.

E_INVALIDARG

The input parameter is null (Nothing in Visual Basic).

The input parameter is not valid media-type and character set information.

Applies to