canConvert abstract method

bool canConvert(
  1. TypeInfo type
)

Determines whether this converter can convert the specified type.

Implementation

bool canConvert(TypeInfo type);