spivonious said:W3bbo said:*snip*W3bbo, can you explain why string enums would help you? I thought the whole point of enumerations was to remove the actual value from the equation.
String enumerations are good for things like LookupPrivilegeValue which expects a string privilege name from a known set. I use a static class filled with const string members right now.