Xojo.Core.MemoryBlock.UInt8Value
From Xojo Documentation
You are currently browsing the old Xojo documentation site. Please visit the new Xojo documentation site! |
Method
Xojo.Core.MemoryBlock.UInt8Value(offset As UInteger) As UInt8
Supported for all project types and targets.
Supported for all project types and targets.
Gets an UInt8 value at the specified offset (in bytes). A UInt8 can also be considered a Byte.
Sample Code
Get the bytes from a MemoryBlock: