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