Click or drag to resize

MemoryXReadString Method

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
Syntax
C#
public 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: BinaryString
The value read from the memory exchange.
See Also