StringUtilities..::..IsNullOrEmpty Method (Nullable<(Of <(<'String>)>)>, String)
Returns replacementValue if value is null or empty; otherwise returns value.
Mimics SQL Server's ISNULL function for strings.
Namespace:
Tortuga.AnchorAssembly: Tortuga.Anchor (in Tortuga.Anchor.dll)
Syntax
Parameters
- replacementValue
- Type: String
The value to use if value is null or empty.

