StringBuilder.ToString Method
.NET Framework 3.0
Converts the value of a StringBuilder to a String.
| Name | Description |
|---|---|
| StringBuilder.ToString () | Converts the value of this instance to a String. Supported by the .NET Compact Framework. |
| StringBuilder.ToString (Int32, Int32) | Converts the value of a substring of this instance to a String. Supported by the .NET Compact Framework. |