OBSOLETE. Use Copy if you need a copy.
Initializes an instance of the string class that is a copy of a specified value.
[Visual Basic] Overloads Public Sub New( _ ByVal value As String _ ) [C#] public String( string value ); [C++] public: String( String* value ); [JScript] public function String( value : String );
If value is null, a string initialized to the Empty is created.
String Class | String Members | System Namespace | String Constructor Overload List | Empty