Lsparsecurrency; Currency Output - MACROMEDIA COLDFUSION 4.5-CFML LANGUAGE Reference

Cfml language reference
Table of Contents

Advertisement

Chapter 2: ColdFusion Functions

LSParseCurrency

Converts a locale-specific currency string to a number. Attempts conversion through
each of the three default currency formats (none, local, international). Returns the
number matching the value of string.
See, also,
Syntax
LSParseCurrency( string )
string
The locale-specific string you want to convert to a number.

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)
English (Australian)
English (Canadian)
English (New Zealand)
English (UK)
English (US)
LSCurrencyFormat
and LSParseEuroCurrency.
Format Type Output
Local: 100.000,00 BF
International: BEF100.000,00
None: 100.000,00
Local: fl 100.000,00
International: NLG100.000,00
None: 100.000,00
Local: $100,000.00
International: AUD100,000.00
None: 100,000.00
Local: $100,000.00
International: CAD100,000.00
None: 100,000.00
Local: $100,000.00
International: NZD100,000.00
None: 100,000.00
Local: £100,000.00
International: GBP100,000.00
None: 100,000.00
Local: $100,000.00
International: USD100,000.00
None: 100,000.00
,
, and
local
international
453
.
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