Append a byte to the end of this ByteBuffer.
Namespace: BasicCardAssembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)
Syntax
C# |
---|
public void Append( byte value ) |
Visual Basic |
---|
Public Sub Append ( value As Byte ) |
Visual C++ |
---|
public: void Append( unsigned char value ) |
F# |
---|
member Append : value : byte -> unit |
Parameters
- value
- Type: System..::..Byte
Value to append.
Exceptions
Exception | Condition |
---|---|
System..::..ArgumentOutOfRangeException | If capacity is exceeded. |