LumiSoft Net Help
Append Method (value, offset, count)
NamespacesLumiSoft.NetByteBuilderAppend(array<Byte>[]()[][], Int32, Int32)
Appends specified byte[] value to the buffer.
Declaration Syntax
C#Visual BasicVisual C++F#
public void Append(
	byte[] value,
	int offset,
	int count
)
Public Sub Append ( 
	value As Byte(),
	offset As Integer,
	count As Integer
)
public:
void Append(
	array<unsigned char>^ value, 
	int offset, 
	int count
)
member Append : 
        value : byte[] * 
        offset : int * 
        count : int -> unit 
Parameters
value (array<Byte>[]()[][])
Byte value.
offset (Int32)
Offset in the value.
count (Int32)
Number of bytes to append.
Exceptions
ExceptionCondition
ArgumentNullExceptionIs raised when value is null reference.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119