StringBuilder: AppendChar |
Appends a Unicode character a specified number of times to the end of string value.
Public Function AppendChar( ByVal Char As Long, Optional ByVal Count As Long = 1 ) As StringBuilder
Default: 1
The AppendChar(Char) method modifies the existing instance of this class; it does not return a new class instance.
The Char argument accepts a Long datatype, however, it converts the value to an Integer by taking only the lower 16 bits.