We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Helper class to deal with percent values.
Formats a number to a percent string.
Definition: public function Format($number, $decimals=false)
public function Format($number, $decimals=false)
Returns: string The formatted string
string
Parameters:
float $number The value to be formatted
float $number
int $decimals Number of decimals, defaults to this objects DecimalDigits property
int $decimals