I have a list of objects, each containing an Id, Code and Description.
I need to convert this list into a Hashtable, using Description as the key an
If you have access to Linq, you can use the ToDictionary function.