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: 15.0.2.11458
Syntax
C#
public static IEnumerable<DataConverter>? FindConverters(
	DataType type
)

Parameters

type
Type: Demo3D.PLC.CommsDataType
The associated type to be converted.

Return Value

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