StringBuilder Constructor (String)
Initializes a new instance of the StringBuilder class using the specified string.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- value
- Type: System.String
The string used to initialize the value of the instance. If value is null, the new StringBuilder will contain the empty string (that is, it contains Empty).
If value is null, the new StringBuilder will contain the empty string (that is, it contains Empty).
The following example demonstrates how to call the StringBuilder constructor with the specified string.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.