IsEmpty Method
|
|
| CuttingEdge.Conditions reference library |
| ValidatorExtensions..::.IsEmpty Method |
| ValidatorExtensions Class See Also Send Feedback |
Overload List
| Name | Description | |
|---|---|---|
| IsEmpty(ConditionValidator<(Of <(String>)>)) |
Checks whether the given value is an Empty()()() string. An exception is thrown
otherwise.
| |
| IsEmpty<(Of <(TCollection>)>)(ConditionValidator<(Of <(TCollection>)>)) |
Checks whether the given value contains no elements. An exception is thrown otherwise. When the
value is a null reference it is considered empty.
| |
| IsEmpty(ConditionValidator<(Of <(String>)>), String) |
Checks whether the given value is an Empty()()() string. An exception is thrown
otherwise.
| |
| IsEmpty<(Of <(TCollection>)>)(ConditionValidator<(Of <(TCollection>)>), String) |
Checks whether the given value contains no elements. An exception is thrown otherwise. When the
value is a null reference it is considered empty.
|