string SaleFormatCurrency( float fSum, string strCurrency );
Formats the sum fSum according to the formatting rules that the system provides for the currency strCurrency in the current language.
| Parameter | Description |
|---|---|
| fSum | The amount of money to be formatted. |
| strCurrency | The currency whose rules are to be used for formatting. |
Returns the formatted string
<? echo SaleFormatCurrency(11800.95, "USD"); ?>
| © 2001-2005 Bitrix | Bitrix Site Manager - Content Management & Portal Solutions |