String.Remove Method
.NET Framework 2.0
Deletes a specified number of characters from this instance.
| Name | Description |
|---|---|
| String.Remove (Int32) | Deletes all the characters from this string beginning at a specified position and continuing through the last position. |
| String.Remove (Int32, Int32) | Deletes a specified number of characters from this instance beginning at a specified position. Supported by the .NET Compact Framework. |