Reads the memory exchange from the specified offset and returns the data as a value.
Namespace:
Demo3D.IO.External
Assembly:
Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntaxpublic abstract BinaryString ReadString(
int offset,
BinaryTextEncoding encoding
)
Parameters
- offset
- Type: SystemInt32
Offset into the memory exchange. - encoding
- Type: Demo3D.IOBinaryTextEncoding
Text encoding.
Return Value
Type:
BinaryStringThe value read from the memory exchange.
See Also