DHUNullSafeCaseConversionExtensions extension

Nullable String casing helpers.

on

Methods

tryToLowerCase() String?

Available on String?, provided by the DHUNullSafeCaseConversionExtensions extension

Converts the string to lowercase if it's not null.
tryToUpperCase() String?

Available on String?, provided by the DHUNullSafeCaseConversionExtensions extension

Converts the string to uppercase if it's not null.