StringBuilder Constructor (String)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
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 Nothing, the new StringBuilder will contain the empty string (that is, it contains Empty).
If value is Nothing, the new StringBuilder will contain the empty string (that is, it contains Empty).
Show: