Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1018 Bytes

httplanguagerangewithqualityheadervalue_tryparse_1583127871.md

File metadata and controls

29 lines (20 loc) · 1018 Bytes
-api-id -api-type
M:Windows.Web.Http.Headers.HttpLanguageRangeWithQualityHeaderValue.TryParse(System.String,Windows.Web.Http.Headers.HttpLanguageRangeWithQualityHeaderValue@)
winrt method

Windows.Web.Http.Headers.HttpLanguageRangeWithQualityHeaderValue.TryParse

-description

Determines whether a string is valid HttpLanguageRangeWithQualityHeaderValue information.

-parameters

-param input

The string to validate.

-param languageRangeWithQualityHeaderValue

The HttpLanguageRangeWithQualityHeaderValue version of the string.

-returns

true if input is valid HttpLanguageRangeWithQualityHeaderValue information; otherwise, false.

-remarks

-examples

-see-also