Reverse a string without using any C# function

This post shows you how to reverse a string without using Reverse function in C#. You may ask me ,why should I have to know when there is already a build-In Reverse function?. But, this kind of questions asked numbers …