Identifies the existing conversion relationship between two given types.
the existing conversion relationship between the two given types
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).