Recently I answered a question on Stack Overflow where someone was interested in mapping a character to an Enum value. Obviously this isn’t something naturally possible with Enums, so I proposed the following solution. I’ve previously blogged about a generic approach to working with Strings and Enums here. If we […]
Conversion
2 posts
Lets take time out to talk about the very tech/geeky topic of enums (enumerators). They can be fun, and also quite frustrating. Apologies in advance, I only do code samples in C# or C++. I might do Visual Basic examples, by request. Here are the Australian states listed […]