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

Parameters

strValue

Type: System.String
The Value in string represention.

value

Type: T.
The value.

Return Value

Type: Boolean
true if XXXX, false otherwise.

Reference

ReadOnlyEnumValueCollection.T. Class

TwinCAT.TypeSystem Namespace