StringBuilder: Length (let)

Length

Sets the length of the current string value.



 Public Property Let Length(
	  ByVal Value As Long )

Parameters

Value
[ByVal] Long. The length of the string value.

Remarks

If the new value is longer than the current length, then the new space is padded with FillCharacter (default 32).

Read/Write.

See Also

Project CorLib Overview

Class StringBuilder Overview