Click here to Skip to main content
15,886,806 members
Articles / Programming Languages / C# 4.0

Reverse of a string without using the Reverse function in C# and VB

25 Jul 2011CPOL 942   1
How about a one-liner,string Name = new string("He is playing in a ground.".Reverse().ToArray());
Only logged in members can view this content

Please go to the C# 4.0 Table of Contents to view the list of available articles in this section.
Closed because the post is not clear, or is incomplete and has not been phrased in a way that allows it to be fully understood.. Reported by Xmen Real on Tuesday, July 26, 2011 11:42pm