CanCreate(Type) Method
Determines if the factory can create a type converter for the given type.

Syntax

public bool CanCreate(Type type)

Parameters

Name Type Description
type Type The Type to be checked

Return Value

Type Description
bool true if the factory can create the type, otherwise false.