Creating a Money Type
.NET does not have a type to represent monetary values. In general you will simply use Decimal as it has the necessary accuracy. This has some limitations though: Without looking at surrounding code it is difficult to tell if a variable represents money or simply a large decimal value Currency information is not part of… Continue reading Creating a Money Type