Click or drag to resize

DataConverterFindConverters Method

Returns a list of registered data converters registered with the specified type.

Namespace: Demo3D.PLC.Comms
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
public static IEnumerable<DataConverter>? FindConverters(
	DataType type
)

Parameters

type  DataType
The associated type to be converted.

Return Value

IEnumerableDataConverter
The registered data converters registered with the specified type.
See Also