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

