Parse()

TransferCodingHeaderValue::Parse(String) method

Converts a passed string to an instance of the TransferCodingHeaderValue class.

static System::SharedPtr<TransferCodingHeaderValue> System::Net::Http::Headers::TransferCodingHeaderValue::Parse(String input)

Arguments

ParameterTypeDescription
inputStringA string to parse.

Return Value

An instance of the TransferCodingHeaderValue class.

See Also