MACROMEDIA COLFUSION MX 7-CFML Reference page 767

Cfml reference
Hide thumbs Also See for COLFUSION MX 7-CFML:
Table of Contents

Advertisement

LSParseEuroCurrency
Description
Formats a locale-specific currency string as a number. Attempts conversion through each of the
default currency formats (none, local, international). Ensures correct handling of euro currency
for Euro zone countries.
Returns
A formatted number that matches the value of the string.
Category
International
functions,
Function syntax
LSParseEuroCurrency(currency-string)
See also
LSParseCurrency
Chapter 17, "Developing Globalized Applications," in ColdFusion MX Developer's Guide
History
ColdFusion MX: Changed formatting behavior: this function might return different formatting
than in earlier releases. This function uses Java locale formatting rules on all platforms, except that
it uses the rule detailed in the Usage section for countries in the Euro currency zone.
Parameters
Parameter
currency-string
Usage
This function determines whether the current locale's country belongs to the Euro Zone, whose
members have converted to the euro; if so, the
in euros on all JVMs, including Sun JVM 1.3.1. If the country is not in the Euro zone, the string
must follow the locale formatting rules of the JVM. For examples of valid currency formats in all
supported locales, see
For a list of the locale options that ColdFusion supports, and information on setting the default
display format of date, time, number, and currency values, see
Example
<h3>LSParseEuroCurrency Example</h3>
<p>Loop through all available locales. Create string representations of the
value
123,456 in the three supported currency formats,
and parse the results back to numbers.<p>
<cfloop list="#Server.Coldfusion.SupportedLocales#" index="locale"
delimiters=",">
<cfset oldlocale = SetLocale(locale)>
String functions
,
LSEuroCurrencyFormat
Description
Locale-specific string or a variable that contains one.
LSEuroCurrencyFormat
,
; "Locale-specific content" in
SetLocale
parameter must be formatted
currency-string
on page 752
.
SetLocale.
LSParseEuroCurrency
767

Advertisement

Table of Contents
loading

This manual is also suitable for:

Colfusion mx 7 - installing and using coldfusion mx

Table of Contents