Click or drag to resize

AttributeValueReadString Method

Reads the attribute value and returns the data as a value.

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

Parameters

encoding  BinaryTextEncoding
Text encoding.

Return Value

BinaryString
The value read.
See Also