ConversionCopy(DateTime, Byte, UInt32, UInt32) 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(
	DateTime source,
	byte[] target,
	uint offset,
	uint length
)

Parameters

source  DateTime
Value to be copied.
target  Byte
Byte Array to receive the converted value.
offset  UInt32
Offset in the Target at which bytes will be placed.
length  UInt32
Number of Bytes to Copy.

See Also