NullableStringExtensions<E> extension
Extension methods for a nullable String.
- on
Properties
- isNotNullNorEmpty → bool
-
Available on String?, provided by the NullableStringExtensions extension
Returnstrueif this string is notnulland not empty.no setter - isNullOrEmpty → bool
-
Available on String?, provided by the NullableStringExtensions extension
Returnstrueif this string isnullor empty.no setter