HttpExpectationHeaderValue.Parse(String) Method

Definition

Converts a string to an HttpExpectationHeaderValue instance.

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

Parameters

input
String

Platform::String

winrt::hstring

A string that represents the information in the Expect HTTP header.

Returns

An HttpExpectationHeaderValue 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 expect information.

Applies to