NullableStringScrewdriver extension

Provides extensions for nullable String.

on

Properties

hasContent bool
Alias for isNotNullOrEmpty
no setter
isNotNullOrBlank bool
Returns true if this is neither null nor blank string.
no setter
isNotNullOrEmpty bool
Returns true if this is neither null nor empty string.
no setter
isNullOrBlank bool
Returns true if this is either null or blank string.
no setter
isNullOrEmpty bool
Returns true if this is either null or empty string.
no setter
orEmpty String
Returns this if it is not null, otherwise returns empty string.
no setter