Click or drag to resize
StringBuilderToString Method
Converts the value of this instance to a String.

Namespace: System.Text
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public override string ToString()

Return Value

Type: String
A string whose value is the same as this instance.
See Also