I made a textbox for user input which receives text and converts it to double. I don't want to allow the user to crash my program, but also I want to know how can I do that instead of try catch. Input is positive or negative double. I made a textbox for user input which receives