NullableStringBasics extension

on

Properties

isNotNullOrBlank bool

Available on String?, provided by the NullableStringBasics extension

Returns true if this is not null, not empty, and does not consist solely of whitespace characters as defined by String.trim.
no setter
isNullOrBlank bool

Available on String?, provided by the NullableStringBasics extension

Returns true if this is null, empty, or consists solely of whitespace characters as defined by String.trim.
no setter