G
Guest
Hi
When you have something like this:
decimal d = 17.4m;
Response.Write(d.ToString("c"));
The output becomes: 17,50 kr. If the culture is set to swedish.
So my question is. Where in the framework is the class/function that does
the rounding for each and every currency?
Thanks
When you have something like this:
decimal d = 17.4m;
Response.Write(d.ToString("c"));
The output becomes: 17,50 kr. If the culture is set to swedish.
So my question is. Where in the framework is the class/function that does
the rounding for each and every currency?
Thanks