Mercury API
ToU64 Method (bytes, offset)
NamespacesThingMagicByteConvToU64(array<Byte>[]()[], Int32)
Extract unsigned 64-bit integer from big-endian byte string
Declaration Syntax
C#Visual BasicVisual C++
public static ulong ToU64(
	byte[] bytes,
	int offset
)
Public Shared Function ToU64 ( _
	bytes As Byte(), _
	offset As Integer _
) As ULong
public:
static unsigned long long ToU64(
	array<unsigned char>^ bytes, 
	int offset
)
Parameters
bytes (array< Byte >[]()[])
Source big-endian byte string
offset (Int32)
Location to extract from
Return Value
Unsigned 64-bit integer

Assembly: MercuryAPI (Module: MercuryAPI) Version: 1.29.4.34 (1.29.4.34)