0 out of 7 rated this helpful - Rate this topic

String.Remove Method

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.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.