Hunny Software Library Reference

ByteStringBuilder.Append Method (ByteString)

Appends a byte string to this instance.

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

Parameters

str
the ByteString instance to append

Return Value

a reference to this instance

See Also

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