Validator.StringLength(Int32, Int32, 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.
Définit un test de validation qui vérifie la longueur d'une chaîne.
public static System.Web.WebPages.IValidator StringLength (int maxLength, int minLength = 0, string errorMessage = default);
static member StringLength : int * int * string -> System.Web.WebPages.IValidator
Public Shared Function StringLength (maxLength As Integer, Optional minLength As Integer = 0, Optional errorMessage As String = null) As IValidator
Paramètres
- maxLength
- Int32
Longueur maximale de la chaîne.
- minLength
- Int32
Longueur minimale de la chaîne. La valeur par défaut est 0.
- errorMessage
- String
Message d'erreur à afficher en cas d'échec de la validation.
Retours
Test de validation.