IsNotNullOrEmpty Method

CuttingEdge.Conditions

Overload List

  NameDescription
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.

See Also