MoneyConvertTo Method

Converts this instance from its currency into another currency.

Definition

Namespace: InnerDrive.Financial
Assembly: InnerDrive.Financial (in InnerDrive.Financial.dll) Version: 5.2.9017.0
C#
public Money ConvertTo(
	ICurrency foreign
)

Parameters

foreign  ICurrency
The other currency to convert this instance to.

Return Value

Money
A Money object equal to this instance converted to the foreign currency.

Exceptions

ArgumentNullExceptionforeign is null

See Also