J
Jim Stools
This does not work --- why? How do you cast a simple formula?
Int32 d = 34.12345;
decimal c = 10.25;
decimal amount = 0.00;
amount = (decimal) (c * d);
Thanks In Advance.
Int32 d = 34.12345;
decimal c = 10.25;
decimal amount = 0.00;
amount = (decimal) (c * d);
Thanks In Advance.