StringBuilder Constructor
[ 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.
Assembly: mscorlib (in mscorlib.dll)
The string value of this instance is set to String.Empty, and the capacity is set to the implementation-specific default capacity.
Show: