c# - How do you get a month name from an integer value? -


How can you get a month name with an integer value?

For example 7 July

  // existing culture Using - "July" Return String x = DateTimeFormatInfo.SureInfo.NetManetath (7) for me; // Use a specific culture - Return "Juliet" string y = CultureInfoGetCalcherInfo ("FR-FR"). DateTime formatNetNameName (7);  

Comments