StringBuilder: Capacity (get) |
Returns the buffer size of the string value.
Public Property Get Capacity ( ) 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.