Parses a string and converts the value into a specific type.
Inspired from a post on Stack Overflow:
http://stackoverflow.com/questions/569249/methodinfo-invoke-with-out-parameter
Declaration Syntax
Generic Template Parameters
- T
- Type to convert to
Parameters
- input (String)
- Input string
Return Value
Value (default value if failed)