Structure.StringValue
From Xojo Documentation
Method
Structure.StringValue(littleEndian As Boolean, Assigns value() As String)
Supported for all project types and targets.
Supported for all project types and targets.
Sets the StringValue of the structure.
Method
Structure.StringValue(littleEndian As Boolean) As String
Supported for all project types and targets.
Supported for all project types and targets.
Gets the StringValue of the structure.
Notes
The StringValue getter and setter methods let you treat the structure as a String. This is useful for copying structures into and out of MemoryBlocks, for reading and writing structures to files, and for transmitting structures through sockets.