StringBuilder: Capacity (let) |
Sets the amount of memory allocated in characters.
Public Property Let Capacity( ByVal Value As Long )
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.