IsNotNullOrEmpty Method
|
|
| CuttingEdge.Conditions reference library |
| ValidatorExtensions..::.IsNotNullOrEmpty Method |
| ValidatorExtensions Class See Also Send Feedback |
Overload List
| Name | Description | |
|---|---|---|
| IsNotNullOrEmpty(ConditionValidator<(Of <(String>)>)) |
Checks whether the given value is not null and not an Empty()()() string.
An exception is thrown otherwise.
| |
| IsNotNullOrEmpty(ConditionValidator<(Of <(String>)>), String) |
Checks whether the given value is not null and not an Empty()()() string.
An exception is thrown otherwise.
|