ConversionToUInt64(Byte, UInt32) Method

Return the Unsigned Integer representation of the bytes in the specified offset of the caller's buffer.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public static ulong ToUInt64(
	byte[] source,
	uint offset
)

Parameters

source  Byte
Buffer to be copied.
offset  UInt32
Offset in the Target at which bytes will be read.

Return Value

UInt64
UInt value converted from content of buffer.

See Also