StringBuilder: Length (let) |
Sets the length of the current string value.
Public Property Let Length( ByVal Value As Long )
If the new value is longer than the current length, then the new space is padded with FillCharacter (default 32).
Read/Write.