Returns true if the specified value is numeric, that is, if it is not null, not an empty string, not a HEX number and isNaN returns false.

  • Parameters

    • n: any

      String representing the possibly numeric value.

    Returns boolean