Click or drag to resize

MemoryXWriteString Method

Write a value to the memory exchange at the specified offset.

Namespace:  Demo3D.IO.External
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
public abstract void WriteString(
	int offset,
	BinaryString value,
	BinaryTextEncoding encoding
)

Parameters

offset
Type: SystemInt32
Offset into the memory exchange.
value
Type: Demo3D.IOBinaryString
The value to write to the memory exchange.
encoding
Type: Demo3D.IOBinaryTextEncoding
The text encoding.
See Also