StringBuilder: FillCharacter (get)

FillCharacter

Returns the fill character used to pad empty space.



 Public Property Get FillCharacter ( ) As Variant

Return Values

Variant -  An Integer representing the AscW of the character.

Remarks

The return type is a Variant with a sub-type Integer.

Read/Write.

See Also

Project CorLib Overview

Class StringBuilder Overview