System::Net::Http::Headers::AuthenticationHeaderValue::TryParse méthode

AuthenticationHeaderValue::TryParse method

Tentative de conversion d’une chaîne fournie en une instance de la classe AuthenticationHeaderValue.

static bool System::Net::Http::Headers::AuthenticationHeaderValue::TryParse(String input, System::SharedPtr<AuthenticationHeaderValue> &parsedValue)
ParamètreTypeDescription
inputStringUne chaîne à analyser.
parsedValueSystem::SharedPtr<AuthenticationHeaderValue>&Une instance où un objet analysé sera assigné.

ReturnValue

Vrai lorsque l’analyse est réussie, sinon faux.

Voir aussi