StringValues.IsNullOrEmpty(StringValues) Méthode

Définition

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.

S’applique à