ValidationHelperIsInRange Method |
Name | Description | |
---|---|---|
IsInRange(Decimal, Decimal, Decimal) |
Returns true if value is higher than or equal to minimum and lesser than or equal to maximum.
| |
IsInRange(Double, Double, Double) |
Returns true if value is higher than or equal to minimum and lesser than or equal to maximum.
| |
IsInRange(Int32, Int32, Int32) |
Returns true if value is higher than or equal to minimum and lesser than or equal to maximum.
|