Check out example codes for "show double in textbox c#". It will help you in understanding the concepts better.
Code Example 1
private void button1_Click(object sender, EventArgs e)
{
double b = 0.60;
textBox1.Text = b.ToString("0.00");
}
Learn ReactJs, React Native from akashmittal.com