i am converting a string to double
i would like to know in advanced whether it would case an error to convert a string to a double. for example if i try to convert "hello" to a double, it would give me an error.
is there a way for me to know ahead of time whether converting something will cause an error?