Determines if the converter applies to the supplied class type.
the class type to be checked.
true if the converter applies to the class type, false otherwise.
Converts the supplied value to an instance of the class.
the supplied value.
the class instance or a null reference.
Adapter for handling conversion of strings to a given class instance type.