Partager via


PropertyValidatorFloat.Validate, méthode

Retourne une valeur indiquant si la valeur fournie est valide.

Espace de noms :  Microsoft.Data.Schema.Build
Assembly :  Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)

Syntaxe

'Déclaration
Public Function Validate ( _
    value As Object _
) As Boolean
public bool Validate(
    Object value
)
public:
virtual bool Validate(
    Object^ value
) sealed
abstract Validate : 
        value:Object -> bool 
override Validate : 
        value:Object -> bool 
public final function Validate(
    value : Object
) : boolean

Paramètres

Valeur de retour

Type : System.Boolean
true si value est valide ; sinon, false.

Implémentations

IPropertyValidator.Validate(Object)

Sécurité .NET Framework

Voir aussi

Référence

PropertyValidatorFloat Classe

Microsoft.Data.Schema.Build, espace de noms