c# - Generic TryParse - Stack Overflow
@xxbbcc: I'd want to use this function because TryParse returns a boolean that indicates if the parse was successful. It returns your parsed value via an output parameter. Sometimes I just want to do something like this SomeMethod(TryParse(DollarTextbox ....