NullableStringExtensions extension
Extensions for nullable String.
- on
Properties
- isNotNullOrEmpty → bool
-
Available on String?, provided by the NullableStringExtensions extension
Returnstrueif the string is not null and not empty.no setter - isNullOrEmpty → bool
-
Available on String?, provided by the NullableStringExtensions extension
Returnstrueif the string is null or empty.no setter