







![]() ![]() ![]() |
CuttingEdge.Conditions reference library |
ValidatorExtensions..::.IsInRange Method |
ValidatorExtensions Class See Also Send Feedback |
Overload List
Name | Description | |
---|---|---|
![]() ![]() | IsInRange(ConditionValidator<(Of <(Byte>)>), Byte, Byte) |
Checks whether the given value is between minValue and
maxValue (including those values). An exception is thrown otherwise.
|
![]() ![]() | IsInRange(ConditionValidator<(Of <(DateTime>)>), DateTime, DateTime) |
Checks whether the given value is between minValue and
maxValue (including those values). An exception is thrown otherwise.
|
![]() ![]() | IsInRange(ConditionValidator<(Of <(Decimal>)>), Decimal, Decimal) |
Checks whether the given value is between minValue and
maxValue (including those values). An exception is thrown otherwise.
|
![]() ![]() | IsInRange(ConditionValidator<(Of <(Double>)>), Double, Double) |
Checks whether the given value is between minValue and
maxValue (including those values). An exception is thrown otherwise.
|
![]() ![]() | IsInRange(ConditionValidator<(Of <(Int16>)>), Int16, Int16) |
Checks whether the given value is between minValue and
maxValue (including those values). An exception is thrown otherwise.
|
![]() ![]() | IsInRange(ConditionValidator<(Of <(Int32>)>), Int32, Int32) |
Checks whether the given value is between minValue and
maxValue (including those values). An exception is thrown otherwise.
|
![]() ![]() | IsInRange(ConditionValidator<(Of <(Int64>)>), Int64, Int64) |
Checks whether the given value is between minValue and
maxValue (including those values). An exception is thrown otherwise.
|
![]() ![]() | IsInRange<(Of <(T>)>)(ConditionValidator<(Of <(Nullable<(Of <(T>)>)>)>), Nullable<(Of <(T>)>), Nullable<(Of <(T>)>)) |
Checks whether the given value is between minValue and
maxValue (including those values). An exception is thrown otherwise.
|
![]() ![]() | IsInRange<(Of <(T>)>)(ConditionValidator<(Of <(Nullable<(Of <(T>)>)>)>), T, T) |
Checks whether the given value is between minValue and
maxValue (including those values). An exception is thrown otherwise.
|
![]() ![]() | IsInRange(ConditionValidator<(Of <(Single>)>), Single, Single) |
Checks whether the given value is between minValue and
maxValue (including those values). An exception is thrown otherwise.
|
![]() ![]() | IsInRange<(Of <(T>)>)(ConditionValidator<(Of <(T>)>), T, T) |
Checks whether the given value is between minValue and
maxValue (including those values). An exception is thrown otherwise.
|
![]() ![]() | IsInRange(ConditionValidator<(Of <(Byte>)>), Byte, Byte, String) |
Checks whether the given value is between minValue and
maxValue (including those values). An exception is thrown otherwise.
|
![]() ![]() | IsInRange(ConditionValidator<(Of <(DateTime>)>), DateTime, DateTime, String) |
Checks whether the given value is between minValue and
maxValue (including those values). An exception is thrown otherwise.
|
![]() ![]() | IsInRange(ConditionValidator<(Of <(Decimal>)>), Decimal, Decimal, String) |
Checks whether the given value is between minValue and
maxValue (including those values). An exception is thrown otherwise.
|
![]() ![]() | IsInRange(ConditionValidator<(Of <(Double>)>), Double, Double, String) |
Checks whether the given value is between minValue and
maxValue (including those values). An exception is thrown otherwise.
|
![]() ![]() | IsInRange(ConditionValidator<(Of <(Int16>)>), Int16, Int16, String) |
Checks whether the given value is between minValue and
maxValue (including those values). An exception is thrown otherwise.
|
![]() ![]() | IsInRange(ConditionValidator<(Of <(Int32>)>), Int32, Int32, String) |
Checks whether the given value is between minValue and
maxValue (including those values). An exception is thrown otherwise.
|
![]() ![]() | IsInRange(ConditionValidator<(Of <(Int64>)>), Int64, Int64, String) |
Checks whether the given value is between minValue and
maxValue (including those values). An exception is thrown otherwise.
|
![]() ![]() | IsInRange<(Of <(T>)>)(ConditionValidator<(Of <(Nullable<(Of <(T>)>)>)>), Nullable<(Of <(T>)>), Nullable<(Of <(T>)>), String) |
Checks whether the given value is between minValue and
maxValue (including those values). An exception is thrown otherwise.
|
![]() ![]() | IsInRange<(Of <(T>)>)(ConditionValidator<(Of <(Nullable<(Of <(T>)>)>)>), T, T, String) |
Checks whether the given value is between minValue and
maxValue (including those values). An exception is thrown otherwise.
|
![]() ![]() | IsInRange(ConditionValidator<(Of <(Single>)>), Single, Single, String) |
Checks whether the given value is between minValue and
maxValue (including those values). An exception is thrown otherwise.
|
![]() ![]() | IsInRange<(Of <(T>)>)(ConditionValidator<(Of <(T>)>), T, T, String) |
Checks whether the given value is between minValue and
maxValue (including those values). An exception is thrown otherwise.
|