Parameters
- expression
- Required. Expression to be formatted.
- numDigitsAfterDecimal
- Optional. Numeric value indicating how many places to the right of the decimal are displayed. Default value is –1, which indicates that the locale settings are used.
- includeLeadingDigit
- Optional. TriState constant that indicates whether or not a leading zero displays for fractional values. See "Settings" for values.
- useParensForNegativeNumbers
- Optional. TriState constant that indicates whether or not to place negative values within parentheses. See "Settings" for values.
- groupDigits
- Optional. TriState constant that indicates whether or not numbers are grouped using the group delimiter specified in the locale settings. See "Settings" for values.
Return Value
Returns an expression formatted as a percentage (that is, multiplied by 100) with a trailing % character.