StringBuffer::Reserve

StringBuffer::Reserve
void Reserve(UPInt _size);
Description

Reserve resizes the buffer to the desired size. If the size of the buffer is less than that of the passed parameter _size, then the buffer is resized to the new size.

Parameters
Parameters 
Description 
UPInt _size 
Size desired for the buffer.