String Copy() method in C#
- The string copy() method returns the string object,which is same as original object but represents a different object reference.
- To verify its reference,use assignment operation,which assigns an existing string reference to an additional object variable.
- String copy() method derived from system.string.
No comments