System Namespace String Class
Creates a new instance of String with the same value as a specified String.
[ VB ] <Serializable> Public Shared Function Copy ( _ ByVal str As String _ ) As String [ C# ] [ Serializable ] public static string Copy ( string str ); [ C++ ] [ Serializable ] public: static String* Copy ( String* str ); [ JScript ] public Serializable static function Copy ( str : String ) : String;
A new String with the same value as str.
String Members Empty DBNull
Check out related books at Amazon
© 2025 Reynald Nuñez and asp.net.ph. All rights reserved. If you have any question, comment or suggestion about this site, please send us a note