DotNext by Roman Sakno

<PackageReference Include="DotNext" Version="0.10.0" />

 Conversion<I, O>

public static class Conversion<I, O>
Provides access to implicit or explicit type conversion operator between two types.
public static readonly Converter<I, O> Converter

Represents implicit or explicit cast operator wrapped into delegate.

public static readonly bool IsSupported

Indicates that overloaded type-cast operator between types I and O is present.