StringBuilderToString Method |
Converts the value of this instance to a
String.
Namespace: System.TextAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public override string ToString()
Return Value
Type:
StringA string whose value is the same as this instance.
See Also