Xojo.Core.MemoryBlock.Left
From Xojo Documentation
Method
Xojo.Core.MemoryBlock.Left(bytes As UInteger) As Xojo.Core.MemoryBlock
Supported for all project types and targets.
Supported for all project types and targets.
Gets the specified number of bytes at the beginning of the MemoryBlock.
Exceptions
- RuntimeException if the MemoryBlock does not have a known size.
- OutOfBoundsException if the bytes exceeds the size of the MemoryBlock.