0
kicks
TryParse a string to a nullable type (DateTime, int, Decimal, etc)
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....