Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Convert a price from one currency to another.
Syntax
public real convert(
real _price,
str _fromCurrencyCode,
str _toCurrencyCode)
Run On
Called
Parameters
- _price
Type: real
price amount.
- _fromCurrencyCode
Type: str
from currency code.
- _toCurrencyCode
Type: str
to currency code.
Return Value
Type: real
Converted price amount