canConvert abstract method
Determines whether this converter can convert the specified type.
@param type The type information to check.
@returns True if this converter can handle the specified type, false otherwise.
Implementation
bool canConvert(TypeInfo type);