'Declaration
Public Overrides Function CanConvert( _ ByVal objectType As Type _ ) As Boolean
public override bool CanConvert( Type objectType )
Parameters
- objectType
- Type of the object.
Return Value
true
if this instance can convert the specified object type; otherwise, false
.