Utils BytesToAddress Method Fling OS
Converts the specified address bytes to an numeric address

Namespace: Kernel.Debug.Debugger
Assembly: Kernel.Debug.Debugger (in Kernel.Debug.Debugger.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static Tuple<ulong, byte> BytesToAddress(
	byte[] addressBytes
)

Parameters

addressBytes
Type:  System Byte 
The bytes to convert.

Return Value

Type: Tuple UInt64, Byte 
The numeric address and the size of the address in bytes.
See Also