Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 986 Bytes

httplanguagerangewithqualityheadervalue_parse_705027695.md

File metadata and controls

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

Windows.Web.Http.Headers.HttpLanguageRangeWithQualityHeaderValue.Parse

-description

Converts a string to an HttpLanguageRangeWithQualityHeaderValue instance.

-parameters

-param input

A string that represents the language-range and quality factor information used in the Accept-Encoding HTTP header.

-returns

An HttpLanguageRangeWithQualityHeaderValue instance.

-remarks

Below is the exception that this function throws.

E_INVALIDARG

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

The input parameter is not valid language-range and quality factor information.

-examples

-see-also