Convert numbers into words (Dollars) in your XpressDox Document Automation template.
The Dollars function will translate a numeric value into a currency in words, specifically Dollars in English.
Command structure:
«Dollars(Price)»
Example:
«Dollars(Price,'')»
(«FormatNumber(Price,'$#,0.00;')?»
)