Function strIsNullOrEmpty

  • Checks whether the passed value is null, undefined or an empty string.

    Parameters

    • value: string

      The string value to be checked.

    Returns boolean

    true if the string is null, undefined or an empty string.