LSEuroCurrencyFormat()

this function is just an alias for LSCurrencyFormat()

Status:

deprecated

LSEuroCurrencyFormat( number=object, type=string, locale=locale );

Returns: String

Argument Description Default
number
object, required

Currency value

Alias: currency_number

type
string, optional

one of the following:

  • local (the currency format used in the locale. (default) )
  • international (the international standard currency format of the locale)
  • none (the currency format used in the locale; no currency symbol)

local

locale
locale, optional

Locale to use instead of the locale of the page when processing the function

Examples

<cfoutput>#lSEuroCurrencyFormat(4.5)#</cfoutput>

See also