Identifies the existing conversion relationship between two given types.
the existing conversion relationship between the two given types
Returns all other types to which the given type can be recursively converted.
the source type, which is convertible to the returned types
only conversion rules with the given conversion mode are considered
the set of recursively reachable types for conversion ("conversion targets")
Defines the conversion relationship between two types.
the from/source type
the to/target type
the desired conversion relationship between the two given types
Manages conversions between different types. A conversion is a directed relationship between two types. If a source type can be converted to a target type, the source type could be assignable to the target type (depending on the conversion mode: target := source).