canConvert abstract method

bool canConvert(
  1. TypeInfo type
)

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);