Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Best way to re-factor
Message
From
15/02/2013 12:38:39
 
 
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Environment versions
Environment:
C# 4.0
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01565967
Message ID:
01566152
Views:
54
>
>Interesting - so Parse() throws exceptions all the way back up the chain - two in StringToNumber and two more in Int32 ParseInt32 ; TryParse() has none.
>I prefer TryParse() evne more than I did before :=}

I remember reading about TryXXX()

The intent is to avoid the cost of the exception


some reading
- http://stackoverflow.com/questions/1282252/how-much-more-expensive-is-an-exception-than-a-return-value
- http://blogs.msdn.com/b/ricom/archive/2003/12/19/44697.aspx
Gregory
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform