CustCollectionLetterJour.amountMST2Euro Method
Converts the accounting currency amount provided to a Euro currency amount.
Syntax
public AmountCur amountMST2Euro(AmountMST _amountMST)
Run On
Called
Parameters
- _amountMST
Type: AmountMST Extended Data Type
The accounting currency amount.
Return Value
Type: AmountCur Extended Data Type
The converted amount represented in the Euro currency; otherwise, zero if no exchange rates exist.
Remarks
This method is used primarily for displaying Euro amounts during reporting. As a result, no error checking is done when performing currency conversions to ensure exchange rates exist. If exchange rates are not found, a zero amount will be returned.