IEnumType.Parse Method
Parses a value name of the IEnumType.T. and returns the value (as base type)
Namespace: TwinCAT.TypeSystem
Assembly: TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 4.3.0.0
Syntax
C#
Object Parse(
string name
)
VB
Function Parse (
name As String
) As Object
Parameters
name |
Type: System.String |
Return Value
Type: Object
T.