NullableStringExtensions extension

Extensions for nullable String.

on

Properties

isNotNullOrEmpty bool

Available on String?, provided by the NullableStringExtensions extension

Returns true if the string is not null and not empty.
no setter
isNullOrEmpty bool

Available on String?, provided by the NullableStringExtensions extension

Returns true if the string is null or empty.
no setter