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
The Value in string represention.

value

Type: System.Object
The value.

Return Value

Type: Boolean
true if XXXX, false otherwise.

Reference

ReadOnlyEnumValueCollection Class

TwinCAT.TypeSystem Namespace