System.String extensions.
More...
|
static ? String | EmptyOrWhitespaceAsNull (this String? str) |
| Returns null when input string is null, empty or whitespace. Otherwise returns original string without changes. Intended for use with null coalescing operator.
|
|
System.String extensions.