Parse()

CacheControlHeaderValue::Parse(String) method

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

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

Arguments

ParameterTypeDescription
inputStringA string to parse.

Return Value

An instance of the CacheControlHeaderValue class.

See Also