Format Double Values

  • Thread starter Thread starter prasad
  • Start date Start date
P

prasad

Hi,

I have a Double Value. i am planning to display it in "0.0000" format i.e.
the decimals length is fixed i.e. 4.

I am using math.round function which is reducing the length to 4. but if the
length is just 2 digits then it is giving 2 digits only. where i want 4
digits.

Can anyone help me out. I done this functionality in visual basic but now i
want it for c#.net

Thanks in advance
Prasad Dannani
 
Back
Top