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.CommsAssembly: PLC (in PLC.dll) Version: 19.00.00
Syntaxpublic DataConverterAttribute(
Type converterType
)
Parameters
- converterType Type
- A type that represents the converter class to use for data conversion.
See Also