Day: August 6, 2008

Convert a String to Enum

To convert enum to string is very easy… just add .ToString() at the end of an […]