Which data type should be used to represent a monetary value with decimal places in C#?
Bhaumik Patel
3:48 AM
The most appropriate data type to represent a monetary value with decimal places in C# is decimal . Here's why: Precision: decimal ...Read More
Which data type should be used to represent a monetary value with decimal places in C#?
Reviewed by Bhaumik Patel
on
3:48 AM
Rating: