Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 789 Bytes

httpnamevalueheadervalue_parse_705027695.md

File metadata and controls

33 lines (22 loc) · 789 Bytes
-api-id -api-type
M:Windows.Web.Http.Headers.HttpNameValueHeaderValue.Parse(System.String)
winrt method

Windows.Web.Http.Headers.HttpNameValueHeaderValue.Parse

-description

Converts a string to an HttpNameValueHeaderValue instance.

-parameters

-param input

A string that represents the name and value.

-returns

An HttpNameValueHeaderValue 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 name and value information.

-examples

-see-also