Share via


ExchangeRateHelper.parmToCurrency Method [AX 2012]

Gets or sets the ToCurrency parameter.

Syntax

public CurrencyCode parmToCurrency([CurrencyCode _toCurrency])

Run On

Called

Parameters

Return Value

Type: CurrencyCode Extended Data Type
The value of the ToCurrency parameter.

Remarks

This property specifies the to currency that is used when the system is retrieving exchange rate information.

The default value of the property is an empty string. Therefore, it must be defaulted by setting the ledger property or by setting it directly before the code calls the instance methods.

See Also

Reference

ExchangeRateHelper Class