Click or drag to resize

DataTypeFindType Method

Parse data type.

Namespace: Demo3D.PLC.Comms
Assembly: PLC (in PLC.dll) Version: 19.01.00
Syntax
C#
public static DataType? FindType(
	string type
)

Parameters

type  String
The string type to parse.

Return Value

DataType
The data type (or null).
See Also