Money(Decimal) Constructor

Creates a new instance of Money denominated in U.S. dollars.

Definition

Namespace: InnerDrive.Financial
Assembly: InnerDrive.Financial (in InnerDrive.Financial.dll) Version: 5.2.9017.0
C#
public Money(
	decimal value
)

Parameters

value  Decimal
The value of money to create, in U.S. dollars.

Remarks

When constructed without specifying an ICurrency implementation, Money is denominated in U.S. dollars.

See Also