HttpLanguageRangeWithQualityHeaderValue.TryParse Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Détermine si une chaîne est valide pour les informations HttpLanguageRangeWithQualityHeaderValue .
public:
static bool TryParse(Platform::String ^ input, [Out] HttpLanguageRangeWithQualityHeaderValue ^ & languageRangeWithQualityHeaderValue);
static bool TryParse(winrt::hstring const& input, [Out] HttpLanguageRangeWithQualityHeaderValue const& & languageRangeWithQualityHeaderValue);
public static bool TryParse(string input, out HttpLanguageRangeWithQualityHeaderValue languageRangeWithQualityHeaderValue);
Public Shared Function TryParse (input As String, ByRef languageRangeWithQualityHeaderValue As HttpLanguageRangeWithQualityHeaderValue) As Boolean
Paramètres
- input
-
String
Platform::String
winrt::hstring
Chaîne à valider.
- languageRangeWithQualityHeaderValue
- HttpLanguageRangeWithQualityHeaderValue
Version HttpLanguageRangeWithQualityHeaderValue de la chaîne.
Retours
bool
true si l’entrée est des informations HttpLanguageRangeWithQualityHeaderValue valides ; sinon, false.