Click or drag to resize
StringRemove Method
Overload List
  NameDescription
Public methodRemove(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 methodRemove(Int32, Int32)
Returns a new string in which a specified number of characters in this instance beginning at a specified position have been deleted.
Top
See Also