Returns a reference to the current instance of string.
A reference to the current instance of string.
Note:string.Clone does not generate a new string instance. Use the string.Copy(string) or string.CopyTo(int, Char[], int, int) method to create a separate string object with the same value as the current instance.
This method is implemented to support the ICloneable interface.
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0