ReflectionUtilities.

HasImplicitCast(Type, Type) Method

Summary

Returns true if `from` can be implicitly cast to `to`.
Assembly
Weaver.dll
Namespace
Weaver
Containing Type
ReflectionUtilities

Syntax

public static bool HasImplicitCast(Type from, Type to)

Parameters

Name Type Description
from Type
to Type

Return Value

Type Description
bool