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