By vort3x
via objectreference.net
Submitted: Jun 03 2008 / 08:37
We use enums quite extensively in our application as they are a great for representing integral values in a strongly typed way using symbolic names. The enum names are not very friendly to the user and I recently read a some good articles which tried to solve this problem. However, I think i've found a better solution to this problem using extension methods.
Add your comment