StringBuilder: AppendChars

AppendChars

Appends an array of characters to the end of the string value.



 Public Function AppendChars(
	  ByRef Chars ( ) As Integer,
	  Optional ByRef startIndex As Variant,
	  Optional ByRef Count As Variant ) As StringBuilder

Parameters

Chars
[ByRef] Integer. The array of characters to be appended.
startIndex
[ByRef] Optional. Variant. The index from Chars to start appending.
Count
[ByRef] Optional. Variant. The number of characters to append.

Return Values

StringBuilder -  This instance of StringBuilder.

Remarks

See Also

Project VBCorLib Overview Class StringBuilder Overview StringBuilder Properties StringBuilder Methods AppendChar AppendFormat