IsNotNullOrWhiteSpace Method

CuttingEdge.Conditions

Overload List

  NameDescription
IsNotNullOrWhiteSpace(ConditionValidator<(Of <(String>)>))
Checks whether the given value is not null (Nothing in Visual Basic), not empty, and does not consists only of white-space characters.
IsNotNullOrWhiteSpace(ConditionValidator<(Of <(String>)>), String)
Checks whether the given value is not null (Nothing in Visual Basic), not empty, and does not consists only of white-space characters.

See Also