ConversionCopy(Byte, Byte, UInt32, UInt32, UInt32) Method
Copy a value to a byte array.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static void Copy(
byte[] source,
byte[] target,
uint sourceOffset,
uint targetOffset,
uint length
)
Public Shared Sub Copy (
source As Byte(),
target As Byte(),
sourceOffset As UInteger,
targetOffset As UInteger,
length As UInteger
)
No code example is currently available or this language may not be supported.
Parameters
- source Byte
-
Value to be copied.
- target Byte
-
Byte Array to receive the converted value.
- sourceOffset UInt32
-
Offset in the Source at which bytes will be read.
- targetOffset UInt32
-
Offset in the Target at which bytes will be placed.
- length UInt32
-
Number of Bytes to Copy.