Hunny Software Library Reference

ByteStringBuilder.Append Method (String)

Appends a string to this buffer.

[Visual Basic]
Overloads Public Function Append( _
   ByVal str As String _
) As ByteStringBuilder
[C#]
public ByteStringBuilder Append(
   string str
);

Parameters

str
the string to append

Return Value

a reference to this instance

Remarks

This string is converted to bytes assuming the ASCII character set.

See Also

ByteStringBuilder Class | Hunny.Base Namespace | ByteStringBuilder.Append Overload List