ValidationHelperIsInRange Method (Decimal, Decimal, Decimal) |
Returns true if value is higher than or equal to minimum and lesser than or equal to maximum.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax public static bool IsInRange(
decimal min,
decimal max,
decimal value
)
Parameters
- min
- Type: SystemDecimal
Minimum value - max
- Type: SystemDecimal
Maximum value - value
- Type: SystemDecimal
Value to check
Return Value
Type:
BooleanSee Also