Function hex

  • Converts a number to a hexadecimal string.

    Returns

    The hexadecimal string representation of n.

    Parameters

    • n: number

      The given number.

    Returns string

Generated using TypeDoc