System::Net::Http::Headers::EntityTagHeaderValue::Parse method

EntityTagHeaderValue::Parse method

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

static System::SharedPtr<EntityTagHeaderValue> System::Net::Http::Headers::EntityTagHeaderValue::Parse(String input)
ParameterTypeDescription
inputStringA string to parse.

ReturnValue

An instance of the EntityTagHeaderValue class.

See Also