StringBuilder: Remove

Remove

Removes a number of characters from the string value.



 Public Function Remove(
	  ByVal StartIndex As Long,
	  ByVal Length As Long ) As StringBuilder

Parameters

StartIndex
[ByVal] Long. The index in the string value to start removing from.
Length
[ByVal] Long. The number of characters to remove from the string value.

Return Values

StringBuilder -  This instance of StringBuilder.

Remarks

StartIndex is zero-based.

See Also

Project CorLib Overview

Class StringBuilder Overview