Showing posts from July, 2008

Enum With String Values In C#

In this post, I will show how to assign a string value to an enum(In C# you cannot have an enum that has string values)…

Load More
That is All