NullableStringExtensions extension
Extensions on nullable String to check emptiness safely.
- 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