How does one go about finding the month name in C#? I don\'t want to write a huge switch statement or if statement on the month int. I
switch
if
int
string CurrentMonth = String.Format("{0:MMMM}", DateTime.Now)