| |||||
String.Clone MethodReturns 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; Return ValueThis instance of String. ImplementsRemarksThe 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. See AlsoString Members Object Copy CopyTo |
| ||||
Check out related books at Amazon
© 2000-2008 Rey Nuñez All rights reserved.
If you have any question, comment or suggestion
about this site, please send us a note
You can help support aspxtreme