This documentation is archived and is not being maintained.
String::Remove Method
Visual Studio 2010
Returns a new string in which a specified number of characters from the current string are deleted.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
Remove(Int32) | Returns a new string in which all the characters in the current instance, beginning at a specified position and continuing through the last position, have been deleted. |
|
Remove(Int32, Int32) | Returns a new string in which a specified number of characters in this instance beginning at a specified position have been deleted. |
Show: