C# String Copy()The C# Copy() method is used to create a new instance of String with the same value as a specified String. It is a static method of String class. Its return type is string. SignatureParameterstr: it takes a string argument which is used to create a copy of specified string. ReturnIt returns string object. C# String Copy() Method ExampleOutput: Hello Hello Next TopicC# String CopyTo() |
We provides tutorials and interview questions of all technology like java tutorial, android, java frameworks
G-13, 2nd Floor, Sec-3, Noida, UP, 201301, India