EnumType.T..TryParse Method
Tries to parse the Enum Value
Namespace: TwinCAT.Ads.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
Parameters
strValue |
Type: System.String |
value |
Type: T. |
Return Value
Type: Boolean
true if XXXX, false otherwise.