Click or drag to resize

DataConverterRemove Method

Removes a data converter for the specified type from the registry.

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

Parameters

type  DataType
The assciated data type.
converter  DataConverter
The converter to be removed.
See Also