I am trying to convert date value which is a string (09-11-2020) to (2020-11-09) using the code below in C#.
Convert.ToDateTime("09-11-2020").ToStri