LumiSoft Net Help
Encode Method (buffer, offset, count, last)
NamespacesLumiSoft.Net.IOBase64Encode(array<Byte>[]()[][], Int32, Int32, Boolean)
Encodes bytes.
Declaration Syntax
C#Visual BasicVisual C++F#
public byte[] Encode(
	byte[] buffer,
	int offset,
	int count,
	bool last
)
Public Function Encode ( 
	buffer As Byte(),
	offset As Integer,
	count As Integer,
	last As Boolean
) As Byte()
public:
array<unsigned char>^ Encode(
	array<unsigned char>^ buffer, 
	int offset, 
	int count, 
	bool last
)
member Encode : 
        buffer : byte[] * 
        offset : int * 
        count : int * 
        last : bool -> byte[] 
Parameters
buffer (array<Byte>[]()[][])
Data buffer.
offset (Int32)
Offset in the buffer.
count (Int32)
Number of bytes available in the buffer.
last (Boolean)
Last data block.
Return Value
array<Byte>[]()[][]
Returns encoded data.

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