canConvert abstract method

bool canConvert(
  1. TypeInfo type
)

Checks if the converter can handle the provided type.

Implementation

bool canConvert(TypeInfo type);