It's usually time consuming to figure out whether a TypeConverter's
ConvertTo or ConvertFrom method can perform the necessary conversion.
The attached TypeConverterLookup tool lets you figure that out easily on any type declared in any assembly available in the GAC or available in the same directory as the tool's exe. If you have types in custom assemblies, then just copy over that assembly to the same directory as the tool, you can then specify the type in the tool.
|