4
devs
7y

I once used try/catch the other way around. I tried to convert a string to an integer, and if it failed, I new that the string weren't a number (success)

Comments
Add Comment