[]
Determines whether the specified value can be converted to a double-precision, floating point value and is between the minimum and maximum allowed values.
public override bool IsValid(object value)
Public Overrides Function IsValid(value As Object) As Boolean
| Type | Name | Description |
|---|---|---|
| object | value | Value to validate (as object) |
| Type | Description |
|---|---|
| bool | True if Value is valid; false otherwise |