HttpDateOrDeltaHeaderValue.Parse(String) Method

Definition

Converts a string to an HttpDateOrDeltaHeaderValue instance.

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

Parameters

input
String

Platform::String

winrt::hstring

A string that represents the HTTP-date or delta-seconds information in the Retry-After HTTP header.

Returns

An HttpDateOrDeltaHeaderValue 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 HTTP-date or delta-seconds information.

Applies to