StringUtilities..::..IsNullOrWhiteSpace Method

Overload List


  Name Description
Public method Static member IsNullOrWhiteSpace(Nullable<(Of <<'(String>)>>))
Indicates whether a specified string is null, empty, or consists only of white-space characters.
Public method Static member IsNullOrWhiteSpace(Nullable<(Of <<'(String>)>>), String)
Returns replacementValue if value is null, empty, or consists only of white-space characters; otherwise returns value. Mimics SQL Server's ISNULL function for strings, but uses IsNullOrWhiteSpace semantics.