System Namespace String Class
Returns a reference to this instance of String.
[ VB ]
<Serializable>
NotOverridable Public Function Clone ( ) As Object Implements _
ICloneable.Clone
[ C# ]
[ Serializable ]
public object Clone ( );
[ C++ ]
[ Serializable ]
public: __sealed Object* Clone ( );
[ JScript ]
public Serializable
function Clone ( ) : Object;
This instance of String.
ICloneable.Clone
The return value is not an independent copy of this instance; it is simply another view of the same data. Use the Copy or CopyTo method to create a separate String object with the same value as this instance.
String Members Object Copy CopyTo