StringNullableExtensions extension

A set of utility methods for working with strings.

on

Properties

isNotNullOrEmpty bool

Available on String?, provided by the StringNullableExtensions extension

IMPORTANT: do not call ?.isNotNullOrEmpty as it will chain to null not a bool Return true if the string is null or empty
no setter
isNullOrEmpty bool

Available on String?, provided by the StringNullableExtensions extension

Extension method to check if a String is null or empty.
no setter