StringBuilder.ToString Method (Int32, Int32)
.NET Framework 4
Updated: January 2012
Converts the value of a substring of this instance to a String.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- startIndex
- Type: System.Int32
The starting position of the substring in this instance.
- length
- Type: System.Int32
The length of the substring.
Return Value
Type: System.StringA string whose value is the same as the specified substring of this instance.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException |
startIndex or length is less than zero. -or- The sum of startIndex and length is greater than the length of the current instance. |
You must call the ToString method to convert the StringBuilder object to a String object before you can pass the string represented by the StringBuilder object to a method that has a String parameter or display it in the user interface.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.