DataConverterRemove Method |
Removes a data converter for the specified type from the registry.
Namespace: Demo3D.PLC.CommsAssembly: PLC (in PLC.dll) Version: 19.00.00
Syntaxpublic static void Remove(
DataType type,
DataConverter converter
)
Parameters
- type DataType
- The assciated data type.
- converter DataConverter
- The converter to be removed.
See Also