IValue.TryResolveValue Method
Tries to resolves the Value object to its primitive value.
Namespace: TwinCAT.TypeSystem
Assembly: TwinCAT.Ads.Abstractions (in
TwinCAT.Ads.Abstractions.dll) Version: 6.0.328+39e3229
Syntax
C#
bool TryResolveValue(
bool resolveEnumToPrimitive,
out Object?? value
)
Parameters
resolveEnumToPrimitive |
Type: System.Boolean |
value |
Type: System.Object. |
Return Value
Type: Boolean
true if value can be resolved,
false otherwise.