Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. GoatNat

    Is this string numeric?

    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...

Part and Inventory Search

Back
Top