Mono Class Library: System.String Overview | MembersSystem.String.Remove Method |
Deletes a specified number of characters from the current instance beginning at a specified index. [Edit]
|
A new string that is equivalent to the current instance without the specified range characters. [Edit]
Type Reason ArgumentOutOfRangeException startIndex or count is less than zero.
-or-
startIndex plus count is greater than the length of the current instance.
[Edit]
Documentation for this section has not yet been entered. [Edit]
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0