IEnumValueCollection.TEnumValue, TValue..TryParse Method (String, TValue.)
Tries to parse the string value of the Enum.
Namespace: TwinCAT.TypeSystem
Assembly: TwinCAT.Ads.Abstractions (in
TwinCAT.Ads.Abstractions.dll) Version: 6.0.328+39e3229
Syntax
C#
bool TryParse(
string strValue,
out TValue value
)
Parameters
strValue |
Type: System.String |
value |
Type: TValue. |
Return Value
Type: Boolean
true if the string was parsed
successfully, false otherwise.