Convenient converter for classes with natural string representation.
Converter for classes that adopt the following convention:
- a constructor that takes a single string parameter
- a toString() that is overloaded to issue a string that is meaningful
author: Paul Hammant