CurrencyConversionList Property
Gets a list of the
ICurrency implementations for which
conversion is supported.
Namespace: InnerDrive.FinancialAssembly: InnerDrive.Financial (in InnerDrive.Financial.dll) Version: 5.2.9017.0
public virtual IDictionary<string, decimal> ConversionList { get; }
IDictionaryString,
DecimalA list of key-value pairs, where the key contains the fully-qualified
class name of the
ICurrency implementation supported, and the value
contains a
Decimal amount equal to the conversion factor.
ICurrencyConversionList
The conversion factor is the amount you have to multiply the current denomination
by to get the target denomination.