Input string not in correct format
I am getting an error : Input string not in correct format , while am clearing the text box, plz help me to rectify this error
if (chkTax.Checked)
{
taxAmnt = ((fAuctionProfit *double .Parse ( txtTax.Text.ToString ())) / 100);
}
else