Money Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Money() |
Initializes a new instance of the Money class. |
Money(Decimal) |
Initializes a new instance of the Money class setting the value. |
Money()
Initializes a new instance of the Money class.
public:
Money();
public Money ();
Public Sub New ()