StringUtilities..::..IsNullOrWhiteSpace Method (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.
Namespace:
Tortuga.AnchorAssembly: Tortuga.Anchor (in Tortuga.Anchor.dll)
Syntax
Parameters
- replacementValue
- Type: String
The value to use if value is null, empty, or white-space.

