Click or drag to resize

DataConverterAdd Method

Adds a data converter for the specified type to the registry.

Namespace:  Demo3D.PLC.Comms
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public static void Add(
	DataType type,
	DataConverter converter
)

Parameters

type
Type: Demo3D.PLC.CommsDataType
The data type to be converted.
converter
Type: Demo3D.PLC.CommsDataConverter
A converter for converting to or from this data type.
See Also