source | The source value to convert. |
destination | The converted destination value if the conversion succeeded, and the default value otherwise. |
bool
true
if the conversion succeeded, and false
otherwise.
Converts the specified value from TSource
to TDestination
using the registered global converters.