Arezoo Sh

Arezoo Sh

  • NA
  • 7
  • 11.1k

String

Jul 26 2011 2:16 AM
I want to reverse the string, is there any method in .Net 2010 do that? with C#lan
forexample:
    string s2= "abcdefg";
    but I want that "gfedcba" is written.
    Console.WriteLine(s2); // gfedcba

Answers (8)