CanConvert Method
Overloads
| CanConvert(Type) |
Determines whether this instance can convert the specified object type. |
CanConvert(Type)
Determines whether this instance can convert the specified object type.
Declaration
public override bool CanConvert(Type objectType)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Type | objectType |
Type of the object. |
Returns
| Type | Description |
|---|---|
| System.Boolean |
|