Showing posts with label Enum. Show all posts
Showing posts with label Enum. Show all posts

Thursday, 19 February 2009

Int To Enum

DayOfWeek weekDay = (DayOfWeek)Enum.ToObject(typeof(DayOfWeek), 1);