StringBuilder: FillCharacter (let) |
Sets the fill character used to pad empty space.
Public Property Let FillCharacter( ByRef Value As Variant )
The property accepts String, Long, Integer, and Byte datatypes.
The datatypes are converted using the following methods:
Datatype | Method |
---|---|
String | AscW(Value) |
Long,Integer,Byte | AscW(ChrW$(Value)) |
Read/Write.