Method CanConvert
CanConvert(Type)
Determines whether the type can be properly converted to the target type.
Declaration
public override bool CanConvert (Type typeToConvert);
Parameters
| Type | Name | Description |
|---|---|---|
| System.Type | typeToConvert | Type of the entity to be converted. |
Returns
| Type | Description |
|---|---|
| System.Boolean | If the entity can be converted, returns "true". Otherwise, returns "false". |