NullableStringExtension extension

Extensions that apply to nullable strings.

Contains common functionality used against nullable strings.

on

Properties

isNullOrEmpty bool

Available on String?, provided by the NullableStringExtension extension

Whether this string is null or empty.
no setter
isNullOrWhitespace bool

Available on String?, provided by the NullableStringExtension extension

Whether this string is null or whitespace.
no setter