Money data type for .NET?

后端 未结 8 1031
Happy的楠姐
Happy的楠姐 2021-01-31 02:52

Looking for a good Money data type for .NET that supports currencies and exchange rates (with related behaviour & operatio

8条回答
  •  闹比i
    闹比i (楼主)
    2021-01-31 03:56

    If you are looking for patterns, you could check out Joda Money. It is Java, but should give you some ideas on an API. A C# implementation would be much less verbose due to operator overloading.

提交回复
热议问题