StringBuilder.ToString Method (Int32, Int32)
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Converts the value of a substring of this instance to a String.
Namespace: System.Text
Assembly: mscorlib (in mscorlib.dll)
Syntax
'Declaration
<SecuritySafeCriticalAttribute> _
Public Function ToString ( _
startIndex As Integer, _
length As Integer _
) As String
[SecuritySafeCriticalAttribute]
public string ToString(
int startIndex,
int length
)
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.String
A string whose value is the same as the specified substring of this instance.
Exceptions
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. |
Version Information
Silverlight
Supported in: 5, 4, 3
Silverlight for Windows Phone
Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0
XNA Framework
Supported in: Xbox 360, Windows Phone OS 7.0
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.