Click or drag to resize

DataConverterAttribute Constructor

Initializes a new instance of the DataConverterAttribute class, using the specified type as the data converter for the object this attribute is bound to.

Namespace: Demo3D.PLC.Comms
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
public DataConverterAttribute(
	Type converterType
)

Parameters

converterType  Type
A type that represents the converter class to use for data conversion.
See Also