NumberToCurrency

Dollars - XpressDox

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;')?»)  

EuroDeutsch - XpressDox

Convert numbers into words (Euros) in your XpressDox Document Automation template. The Euros function will translate a numeric value into a currency in words, specifically Euros in French.   Example: «FormatNumber(Share_price)» («EuroDeutsch(Share_price,'')»)

EurosEspanol - XpressDox

Convert numbers into words (Euros) in your XpressDox Document Automation template. The Euros function will translate a numeric value into a currency in words, specifically Euros in Spanish.   Example: «FormatNumber(Share_price)» («EurosEspanol(Share_price,'')»)

EurosFrancaise - XpressDox

Convert numbers into words (Euros) in your XpressDox Document Automation template. The Euros function will translate a numeric value into a currency in words, specifically Euros in French.   Example: «FormatNumber(Share_price)» («EurosFrancaise(Share_price,'')»)

How to Convert Numbers to Currency

An amount of money can be stored as a numeric value, and rendered as a natural language phrase when needed. The Currency function does this.

Pounds - XpressDox

Convert numbers into words (Pounds) in your XpressDox Document Automation template. The Pounds function will translate a numeric value into a currency in words, specifically Pounds.   Example: «FormatNumber(Share_price)» («Euros(Share_price,'')»)   The Pounds function also takes a second parameter «Pounds(Share_price,’ToUpper’)» or «Pounds(Share_price,’ToLower’)» should you want to change the case of...
Loading...