ReadOnlyEnumValueCollection.TryParse Method
Tries to pars 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,
Object value
)
VB
Public Function TryParse (
strValue As String,
value As Object
) As Boolean
Parameters
strValue |
Type: System.String |
value |
Type: System.Object |
Return Value
Type: Boolean
true if XXXX, false otherwise.