Parse()

AuthenticationHeaderValue::Parse(String) method

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

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

Arguments

ParameterTypeDescription
inputStringA string to parse.

Return Value

An instance of the AuthenticationHeaderValue class.

See Also