StringExtensions.IsEmpty(String) 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.
Vérifie si une valeur de chaîne est null ou vide.
public static bool IsEmpty (this string value);
static member IsEmpty : string -> bool
<Extension()>
Public Function IsEmpty (value As String) As Boolean
Paramètres
- value
- String
Valeur de chaîne à tester.
Retours
true si value
a la valeur null ou est une chaîne de longueur nulle (« »); sinon, false.