Complete-Reference-Vb Net 12
Complete-Reference-Vb Net 12
Clone
This member is inherited as it is in all the .NET types, but it is especially useful in the String class. It lets you
declare a new object and then clone another object to it bit for bit. You then end up with two identical copies
of the String. You can then work with the new object in place of the cloned one. The following code
demonstrates the cloning of a String object:
Table 15−1: String Manipulation Methods and Properties (Several are Static)
496