| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| value | Double | The value to format. | ||
| maximumDecimalPlaces | Integer | Optional | The maximum number of decimal places to include. If less than minimumDecimalPlaces will use minimumDecimalPlaces. If omitted, a value of 2 is assumed. | |
| blankIfZero | Boolean | Optional | Indicates whether to return a blank String if value is zero. If omitted, a value of False is assumed. | |
| useParenthesesForNegatives | Boolean | Optional | Indicates whether Negative percentages should be enclosed in Parentheses. If omitted, a value of False is assumed. | |
| minimumDecimalPlaces | Integer | Optional | The minimum number of decimal places to include. If omitted, a value of 0 is assumed. |
A String value.