NullableStringBasics extension

on

Properties

isNotNullOrBlank bool
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
Returns true if this is null, empty, or consists solely of whitespace characters as defined by String.trim.
no setter