Click or drag to resize

UtilClone Method (Byte, Int32, Int32)

Clone part of byte array

Namespace:  Guardtime.KSI.Utils
Assembly:  ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntax
public static byte[] Clone(
	byte[] source,
	int startIndex,
	int byteCount
)

Parameters

source
Type: SystemByte
byte array to be cloned
startIndex
Type: SystemInt32
source array index to start cloning from
byteCount
Type: SystemInt32
amount of bytes to clone

Return Value

Type: Byte
See Also