IEnumType.T..Parse Method

Parses a 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#

T Parse(
    string name
)

VB

Function Parse ( 
    name As String
) As T

Parameters

name

Type: System.String
The name.

Return Value

Type: T
T.

Reference

IEnumType.T. Interface

TwinCAT.TypeSystem Namespace