Example:
string str = \"I am going to reverse myself.\"; string strrev = \"I ma gniog ot esrever .flesym\"; //An easy way to achieve this
A
you can use linq as
String newStr = new String( str.Reverse().ToArray() );