Xojo.Core.MemoryBlock.CStringValue
From Xojo Documentation
You are currently browsing the old Xojo documentation site. Please visit the new Xojo documentation site! |
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.