1 out of 1 rated this helpful - Rate this topic

String.Remove Method

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
Public method 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.
Public method Remove(Int32, Int32) Returns a new string in which a specified number of characters in the current this instance beginning at a specified position have been deleted.
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.