Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 814 Bytes

httpproductheadervalue_tryparse_1804758541.md

File metadata and controls

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

Windows.Web.Http.Headers.HttpProductHeaderValue.TryParse

-description

Determines whether a string is valid HttpProductHeaderValue information.

-parameters

-param input

The string to validate.

-param productHeaderValue

The HttpProductHeaderValue version of the string.

-returns

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

-remarks

-examples

-see-also