Click or drag to resize

UtilEncodeUnsignedLong Method

Encode unsigned long to 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[] EncodeUnsignedLong(
	ulong value
)

Parameters

value
Type: SystemUInt64
unsigned long

Return Value

Type: Byte
byte array
See Also