ConversionCopy(Byte, Byte, UInt32, Boolean) Method

Copy a value to a byte array.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public static void Copy(
	byte[] source,
	byte[] target,
	uint targetOffset,
	bool count
)

Parameters

source  Byte
Value to be copied.
target  Byte
Byte Array to receive the converted value.
targetOffset  UInt32
Offset in the Target at which bytes will be placed.
count  Boolean
Value indicating whether a count value will be placed at the first byte of the offset.

See Also