hey
i want to convert the text from textbox to double
i used
double.Parse(te xtBox.Text);
but there is an Exception
"Input text format is not correct"
can anyone help me to sort out this?
i could not resolve this?
i want to convert the text from textbox to double
i used
double.Parse(te xtBox.Text);
but there is an Exception
"Input text format is not correct"
can anyone help me to sort out this?
i could not resolve this?
Comment