DataConverterFindConverters Method |
Returns a list of registered data converters registered with the specified type.
Namespace: Demo3D.PLC.CommsAssembly: PLC (in PLC.dll) Version: 19.00.00
Syntaxpublic static IEnumerable<DataConverter>? FindConverters(
DataType type
)
Parameters
- type DataType
- The associated type to be converted.
Return Value
IEnumerableDataConverterThe registered data converters registered with the specified type.
See Also