Function numberFormatPercentage

  • Formats the given number into a percentage string representation.

    Parameters

    • percentage: number

      The number to format.

    • Optional options: INumberFormatOptions

      The formatter options.

    Returns string

    a percentage string representation of the given number.

Generated using TypeDoc