StringBuilder: Capacity (let)

Capacity

Sets the amount of memory allocated in characters.



 Public Property Let Capacity(
	  ByVal Value As Long )

Parameters

Value
[ByVal] Long. The number of characters to allocate.

Remarks

The capacity of the current instance is how much memory is currently allocated for containing the current string representation. It is not the length of the string itself.

Read/Write.

See Also

Project CorLib Overview

Class StringBuilder Overview