ReadOnlyEnumValueCollection.T..TryParse Method
Tries to parse the string value of the Enum.
Namespace: TwinCAT.TypeSystem
Assembly: TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 4.3.0.0
Syntax
C#
public bool TryParse(
string strValue,
out T value
)
VB
Public Function TryParse (
strValue As String,
<OutAttribute> ByRef value As T
) As Boolean
Return Value
Type: Boolean
true if XXXX, false otherwise.