Lseurocurrencyformat - MACROMEDIA COLDFUSION 4.5-CFML LANGUAGE Reference

Cfml language reference
Table of Contents

Advertisement

Chapter 2: ColdFusion Functions

LSEuroCurrencyFormat

Returns a currency value using the convention of the locale and the Euro as the
currency symbol. Default value is "local."
Note
See, also, LSParseEuroCurrency, LSCurrencyFormat, and SetLocale.
Syntax
LSEuroCurrencyFormat( currency-number [, type ])
currency-number
The currency value.
type
Currency type. Valid arguments are:
none
local
international
Usage
The LSEuroCurrencyFormat function can display the Euro symbol ( ) only on Euro-
enabled computers, such as Windows NT 4.0 SP4, that have Euro-enabled fonts
installed.
This function is similar to LSCurrencyFormat except that LSEuroCurrencyFormat
displays the Euro currency symbol ( ) or the international Euro sign (EUR) if you
specify the type as local or international, respectively, and the Euro is the accepted
currency of the locale.
Currency output
The following table shows sample currency output for some of the locales supported
by ColdFusion in each of the format types:
Currency Output by Locale
Locale
Dutch (Belgian)
Dutch (Standard)
The locale is set with the
— (For example, 10.00)
— (Default. For example, 10.00 )
— (For example, EUR10.00)
Format Type Output
Local: 100.000,00
International: EUR100.000,00
None: 100.000,00
Local:
International: EUR100.000,00
None: 100.000,00
SetLocale
function.
,
local
international
100.000,00
443
, and
.
none

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the COLDFUSION 4.5-CFML LANGUAGE and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Coldfusion 4.5

Table of Contents