InterfaceFactoryCanConvert Method
Determines whether the converter instance can convert the specified object type.
Namespace: Common.Core.ClassesAssembly: Common.Core (in Common.Core.dll) Version: 2.1.5
public override bool CanConvert(
Type typeToConvert
)
- typeToConvert Type
- The type of the object to check whether it can be
converted by this converter instance.
Boolean if the instance can convert the specified object type otherwise
.