Hunny Software Library Reference

ByteStringBuilder.Append Method (Byte)

Appends a single byte to this buffer.

[Visual Basic]
Overloads Public Function Append( _
   ByVal b As Byte _
) As ByteStringBuilder
[C#]
public ByteStringBuilder Append(
   byte b
);

Parameters

b
the byte to append

Return Value

a reference to this instance

See Also

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