What data type would be best for storing the money formatb of data in C#?

Newbie Member
14Jun2011,16:21   #1
john_expert_coder's Avatar
Hi,
I am working on a website which is supposed to deal with users bank transactions. As it is going to deal with money on a higher scale. I want to know what will be the best fit data type for storing the money values in C# language such that the maximum memory utilization and performance can be get.

Thanks,
John