IsEmpty Method

CuttingEdge.Conditions

Overload List

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

See Also