I've seen many type converter in C#, but I haven't come to a generic one yet ... so I decide to write one. I hope this will help ... someone out there 
This method provides a unified way of converting object of values to other types. /// <summary> /// Converts to the type that you like /// </summary> ///...

This method provides a unified way of converting object of values to other types. /// <summary> /// Converts to the type that you like /// </summary> ///...