StringBuilder: Capacity (get)

Capacity

Returns the buffer size of the string value.



 Public Property Get Capacity ( ) As Long

Return Values

Long -  Value indicating the amount of memory allocated in characters.

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