







![]() ![]() ![]() |
CuttingEdge.Conditions reference library |
ValidatorExtensions..::.IsShorterThan Method |
ValidatorExtensions Class See Also Send Feedback |
Overload List
Name | Description | |
---|---|---|
![]() ![]() | IsShorterThan(ConditionValidator<(Of <(String>)>), Int32) |
Checks whether the given value is shorter in length than maxLength.
An exception is thrown otherwise. A null reference is considered to have a length of 0.
|
![]() ![]() | IsShorterThan<(Of <(TCollection>)>)(ConditionValidator<(Of <(TCollection>)>), Int32) |
Checks whether the number of elements in the given value, is less than the specified
numberOfElements argument. An exception is thrown otherwise. When the value is
a null reference, it is considered to have 0 elements.
|
![]() ![]() | IsShorterThan(ConditionValidator<(Of <(String>)>), Int32, String) |
Checks whether the given value is shorter in length than maxLength.
An exception is thrown otherwise. A null reference is considered to have a length of 0.
|
![]() ![]() | IsShorterThan<(Of <(TCollection>)>)(ConditionValidator<(Of <(TCollection>)>), Int32, String) |
Checks whether the number of elements in the given value, is less than the specified
numberOfElements argument. An exception is thrown otherwise. When the value is
a null reference, it is considered to have 0 elements.
|