Freigeben über


PropertyValidatorFloat.Validate-Methode

Gibt zurück, ob der bereitgestellte Wert gültig ist.

Namespace:  Microsoft.Data.Schema.Build
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
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

Parameter

Rückgabewert

Typ: System.Boolean
true , wenn der value gültig ist, andernfalls false.

Implementiert

IPropertyValidator.Validate(Object)

.NET Framework-Sicherheit

Siehe auch

Referenz

PropertyValidatorFloat Klasse

Microsoft.Data.Schema.Build-Namespace