Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 898 Bytes

httptransfercodingheadervalue_tryparse_1201702079.md

File metadata and controls

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

Windows.Web.Http.Headers.HttpTransferCodingHeaderValue.TryParse

-description

Determines whether a string is valid HttpTransferCodingHeaderValue information.

-parameters

-param input

The string to validate.

-param transferCodingHeaderValue

The HttpTransferCodingHeaderValue version of the string.

-returns

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

-remarks

-examples

-see-also