Mono Class Library: System.Text.StringBuilder Overview | MembersSystem.Text.StringBuilder.ToString Method |
Returns a string representation of a substring of the current instance. [Edit]
|
A new string representing the characters in the specified range. [Edit]
Type Reason ArgumentOutOfRangeException startIndex or length is less than zero.
-or-
The sum of startIndex and length is greater than the length of the current instance.
[Edit]
Documentation for this section has not yet been entered. [Edit]
Namespace: System.Text
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0