public string ReverseString(string srtVarable) { return new string(srtVarable.Reverse().ToArray()); }