S
Salim
Hi Guys,
Seems to be silly problem,but can't find the solution
my problem is i have a variable as double e.g
Dim x as double = 0.00008057
Now when i convert it to string to show in textbox it converts it to
"8.057E-05" notation
but, i actually want is 0.00008057.
I played around with formating using "N" but then it rounds to
0.00,now if i use say N6 it's fine but
this value is actually currency conversion factor so i can't fix the
rounding digit.
Can some one help me out
Regards
Salim
Seems to be silly problem,but can't find the solution
my problem is i have a variable as double e.g
Dim x as double = 0.00008057
Now when i convert it to string to show in textbox it converts it to
"8.057E-05" notation
but, i actually want is 0.00008057.
I played around with formating using "N" but then it rounds to
0.00,now if i use say N6 it's fine but
this value is actually currency conversion factor so i can't fix the
rounding digit.
Can some one help me out
Regards
Salim