using System.Linq; // ... return new string(input.Reverse().ToArray()); // ...