By runxc1
via blog.runxc.com
Published: Jul 03 2009 / 02:14
Have you ever wanted to parse a string to a nullable type? This will show you how to do it in a Generic way so you don't have to rewrite your code to parse it to a Decimal? as opposed to a DateTime? or Int? or....
Add your comment