MoneyCurrency Property

Gets the currency used by this instance.

Definition

Namespace: InnerDrive.Financial
Assembly: InnerDrive.Financial (in InnerDrive.Financial.dll) Version: 5.2.9017.0
C#
public ICurrency Currency { get; }

Property Value

ICurrency

Remarks

Changing the value of Currency does not affect the instance Value. To convert from one currency to another, use the Convert method.

See Also