StringUtilities..::..IsNullOrWhiteSpace Method
Overload List
| Name | Description | |
|---|---|---|
|
|
IsNullOrWhiteSpace(Nullable<(Of <<'(String>)>>)) |
Indicates whether a specified string is null, empty, or consists only of white-space
characters.
|
|
|
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.
|

