IValue.ResolveValue Method

Resolves the Value object to its primitive value.

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

Syntax

C#

Object ResolveValue(
    bool resolveEnumToPrimitive
)

VB

Function ResolveValue ( 
    resolveEnumToPrimitive As Boolean
) As Object

Parameters

resolveEnumToPrimitive

Type: System.Boolean
if set to trueIEnumValues are resolved to their primitives also.

Return Value

Type: Object
System.Object.

Remarks

If the value is not primitive, this method returns the IValue itself.

Reference

IValue Interface

TwinCAT.TypeSystem Namespace