Click or drag to resize

ComputedValueReadString Method

Reads the attribute value from the specified offset and returns the data as a value.

Namespace:  Demo3D.PLC.Comms.AttrDb
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public override sealed BinaryString? ReadString(
	BinaryTextEncoding encoding
)

Parameters

encoding
Type: Demo3D.IOBinaryTextEncoding
Text encoding.

Return Value

Type: BinaryString
The value read.
See Also