[]
Check if the specified type can be converted.
public override bool CanConvert(Type objectType)
Public Overrides Function CanConvert(objectType As Type) As Boolean
| Type | Name | Description |
|---|---|---|
| Type | objectType | The object type |
| Type | Description |
|---|---|
| bool | A boolean value indicates if the specified type can be converted |