IsNullOrWhiteSpace Method

CuttingEdge.Conditions

Overload List

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

See Also