@nevware21/ts-utils
    Preparing search index...

    Function strIsNullOrWhiteSpace

    • This method checks if the string value is null, undefined, an empty string or only contains whiltespace \t \r \n \f \v characters.

      Parameters

      • value: string

        The string value to be checked.

      Returns boolean

      true if the string is null, undefined an empty string or contains only whitespace characters.