Search
Get Started
C
C#
•
3y ago
dankmememachine
❔ How to format float to currency
I am multiplying small numbers
(0
.08
- 0
.18 etc
) and getting numbers like 34
.44241
. I want to figure out how I can multiply these values in terms of USD to be able to come out with a dollar and cent amount
.
C#
Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,110
Members
View on Discord
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
❔ How To Convert an Int to A Float
C
C# / help
3y ago
how to avoid "-0" when converting float to string?
C
C# / help
15mo ago
how to handle big float numbers without bugging?
C
C# / help
2y ago
❔ How to format float to currency - C#