N
NeilGott
I am trying to format a decimal number such as 0.0567
but forgot how to do formatting in C#.
I tried the old C format escape sequence "\8.3f" the old C style but does
not work.
example: dMyNumber.tostring("\8.3f");
Can some one refresh how to do this?
Thanks
but forgot how to do formatting in C#.
I tried the old C format escape sequence "\8.3f" the old C style but does
not work.
example: dMyNumber.tostring("\8.3f");
Can some one refresh how to do this?
Thanks