EnumValueCollection.TryParse Method

Parse the specified string to the enum value.

Namespace:  TwinCAT.TypeSystem
Assembly:  TwinCAT.Ads (in TwinCAT.Ads.dll) Version: 4.3.0.0

Syntax

C#

public bool TryParse(
    string name,
    out Object value
)

VB

Public Function TryParse ( 
    name As String,
    <OutAttribute> ByRef value As Object
) As Boolean

Parameters

name

Type: System.String
The name.

value

Type: System.Object.
The value.

Return Value

Type: Boolean
true if XXXX, false otherwise.

Reference

EnumValueCollection Class

TwinCAT.TypeSystem Namespace