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: 15.0.2.11458
Syntaxpublic DataConverterAttribute(
Type converterType
)
Parameters
- converterType
- Type: SystemType
A type that represents the converter class to use for data conversion.
See Also