N
neeme
everyone:
double d = 1.23;
string s = d.toString("##0.00");
s is "1.23" !
why not is " 1.23" ?
Thank you!
double d = 1.23;
string s = d.toString("##0.00");
s is "1.23" !
why not is " 1.23" ?
Thank you!