C# String.Copy Method - C# Tutorial: Dot Net Perls
This C# example program uses the string.Copy method to copy a string's entire data. ... String.Copy. The string.Copy method copies string data. In this language, strings rarely need copying. But there are some cases where they do....