This version of Unity is unsupported.

Parameters

source The source value to convert.
destination The converted destination value if the conversion succeeded, and the default value otherwise.

Returns

bool true if the conversion succeeded, and false otherwise.

Description

Converts the specified value from TSource to TDestination using the registered global converters.