InterfaceFactoryCanConvert Method

Determines whether the converter instance can convert the specified object type.

Definition

Namespace: Common.Core.Classes
Assembly: Common.Core (in Common.Core.dll) Version: 2.1.5
C#
public override bool CanConvert(
	Type typeToConvert
)

Parameters

typeToConvert  Type
The type of the object to check whether it can be converted by this converter instance.

Return Value

Boolean
if the instance can convert the specified object type otherwise .

See Also