Xojo.Core.MemoryBlock.CStringValue
From Xojo Documentation
Method
Xojo.Core.MemoryBlock.CStringValue(offset As UInteger) As CString
Supported for all project types and targets.
Supported for all project types and targets.
Gets a CString value at the specified offset (in bytes).
Notes
A CString is a sequence of non-zero bytes followed by a terminating Chr(0) to mark the end of the CString.