StringBuilder: FillCharacter (let)

FillCharacter

Sets the fill character used to pad empty space.



 Public Property Let FillCharacter(
	  ByRef Value As Variant )

Parameters

Value
[ByRef] Variant. The character used to as padding of empty space.

Remarks

The property accepts String, Long, Integer, and Byte datatypes.

The datatypes are converted using the following methods:

Datatype Method
StringAscW(Value)
Long,Integer,ByteAscW(ChrW$(Value))

Read/Write.

See Also

Project CorLib Overview

Class StringBuilder Overview