Convert from romanian datetime format to another format

Hi,

How about the following expression?

DateTime.ParseExact("Septembrie 2022","MMMM yyyy",System.Globalization.CultureInfo.CreateSpecificCulture("Ro-ro")).ToString("MMMM yyyy")

Regards,