Formats a number as a U.S.
Dollar string with two decimal places, thousands separator, and a dollar sign. If the number is negative, the return value is enclosed in parentheses. If the number is an empty string, the function returns "0.00".
DollarFormat(number=[any])
number
any
true
The number to format as a U.S. Dollar string.
HTMLCodeFormat
Last updated 8 months ago
Was this helpful?