Base64StringAttribute.IsValid(Object) Méthode
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 un objet spécifié est valide. (Remplace )IsValid(Object)
public:
override bool IsValid(System::Object ^ value);
public override bool IsValid (object? value);
override this.IsValid : obj -> bool
Public Overrides Function IsValid (value As Object) As Boolean
- value
- Object
Objet à valider.
true
si value
est null
ou est une chaîne Base64 valide, sinon false
Commentaires sur .NET
.NET est un projet open source. Sélectionnez un lien pour fournir des commentaires :