







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