I\'m trying to understand how to use Type Converters after reading this answer to one of my other questions. But I\'m not sure if I quite get it...
In my particular
I believe this was already answered in How do I override ToString in C# enums?
Also, you could combine this with an extension method for enums with a name like ToDisplayString.