StringUtilities..::..IsNullOrEmpty Method

Overload List


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