StringValues.IsNullOrEmpty(StringValues) 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.
Indique si le spécifié StringValues ne contient aucune valeur de chaîne.
public:
static bool IsNullOrEmpty(Microsoft::Extensions::Primitives::StringValues value);
public static bool IsNullOrEmpty(Microsoft.Extensions.Primitives.StringValues value);
static member IsNullOrEmpty : Microsoft.Extensions.Primitives.StringValues -> bool
Public Shared Function IsNullOrEmpty (value As StringValues) As Boolean
Paramètres
- value
- StringValues
StringValues À tester.
Retours
true si value contient une chaîne unique null ou vide ou un tableau vide ; sinon, false.