Class TypeExtentions
Namespace: IVLab.ABREngine
Assembly: IVLab.ABREngine.Runtime.dll
Syntax
public static class TypeExtentions
Methods
| Improve this Doc View SourceImplicitlyConvertsTo(Type, Type)
Check if a type implicitly converts to another. Source: https://stackoverflow.com/a/2075975
Declaration
public static bool ImplicitlyConvertsTo(this Type type, Type destinationType)
Parameters
Type | Name | Description |
---|---|---|
Type | type | |
Type | destinationType |
Returns
Type | Description |
---|---|
bool |