User Guide

438 CFML Language Reference
LSCurrencyFormat
Returns a currency value using the locale convention. Default value is "local."
See, also, LSEuroCurrencyFormat.
Syntax LSCurrencyFormat(
number
[,
type
])
number
The currency value.
type
Currency type. Valid arguments are:
none — (For example, 10.00)
local — (Default. For example, $10.00)
international — (For example, USD10.00)
Currency output
The following table shows sample currency output for some of the locales supported
by ColdFusion in each of the format types:
local, international, and none.
Locale Format Type Output
Dutch (Belgian)
Local: 100.000,00 BF
International: BEF100.000,00
None: 100.000,00
Dutch (Standard)
Local: fl 100.000,00
International: NLG100.000,00
None: 100.000,00
English (Australian)
Local: $100,000.00
International: AUD100,000.00
None: 100,000.00
English (Canadian)
Local: $100,000.00
International: CAD100,000.00
None: 100,000.00
English (New Zealand)
Local: $100,000.00
International: NZD100,000.00
None: 100,000.00
English (UK)
Local: £100,000.00
International: GBP100,000.00
None: 100,000.00