|
I’ve been relatively quiet on my blog lately in part because of all the work on ASP.NET MVC . However, the ASP.NET team is a relatively small team so we often are required to work on multiple features at the same time. So part of the reason I’ve been so busy is that while we were wrapping up ASP.NET MVC, I was also busy working on a core .NET Framework feature we plan to get into the next version ( it was a feature that originated with our team, but we realized it belongs in the BCL ). The goal of the feature is to help deal with the very common task of handling string input. In many cases, the point is to convert the input into another type, such as an int or float . However, how do you deal with the fact that the string might not be convertible...
|