Using int32.Parse() and catching the exception contains way too much overhead. On operations in which it passes it will be quick, on failures you're going to take a performance hit..
I did two tests, one with an int.Parse() catching the exception and another in which i turned the string into a...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.