For Converting String To Two Decimal Point Value

You might also like

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

double temp = Convert.ToDouble(your string here); string result = temp.ToString("F2"); Label24.

Text = result;

You might also like