IEnumType.T..TryParse Method
Parses the value from value name.
Namespace: TwinCAT.TypeSystem
Assembly: TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 4.3.0.0
Syntax
C#
bool TryParse(
string name,
out T value
)
VB
Function TryParse (
name As String,
<OutAttribute> ByRef value As T
) As Boolean
Return Value
Type: Boolean
true if value name was found,
false otherwise.