G
Guest
I have this problem. I have a method with the following signature: public
float GetBalance().
The problem is that it returns values in the format 4.289418E+07.
What I would like is get something like 428941.80. I do NOT want to return
a string.
I have tried to play around with NumberFormat but with no luck. Anybody
have any ideas on this?
I'm stumped...
float GetBalance().
The problem is that it returns values in the format 4.289418E+07.
What I would like is get something like 428941.80. I do NOT want to return
a string.
I have tried to play around with NumberFormat but with no luck. Anybody
have any ideas on this?
I'm stumped...