G
Guest
Hello,
how can i do this:
how can i do this:
Hello,
how can i do this:
ZS said:The following code cam be used to validate the Text that has been input.
try
{
float myNumber = Float.Parse(txtBox1.text);
//Mynumber will have the value
}
catch
{
MessageBox.show("Invalid Number");
}