Parse()

ViaHeaderValue::Parse(String) method

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

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

Arguments

ParameterTypeDescription
inputStringA string to parse.

Return Value

An instance of the ViaHeaderValue class.

See Also