Reverse String (C#) Posted on Thursday, January 15, 2015 by Crystal Tenn Reversing a string using an array method (not doing the obvious Array.Reverse); method, it is more fun to do it with a loop! Also incorporated the addition assignment operator (+=). Email ThisBlogThis!Share to TwitterShare to Facebook