[]
Gets whether the converter is supported.
public override bool CanConvert(Type objectType)
| Type | Name | Description |
|---|---|---|
| Type | objectType | The object type. |
| Type | Description |
|---|---|
| bool | A bool value indicates whether the converter is supported. If true, the converter is supported. Otherwise, it is not supported. |