Value.ChangeType Method

Changes the Type of this Value to the specified ValueType and adjusts the containing data.

Namespace:  TcHmiSrv.Core
Assembly:  TcHmiSrvExtNet.Core (in TcHmiSrvExtNet.Core.dll) Version: 1.3.0.0

Syntax

C#

public void ChangeType(
    ValueType type
)

Parameters

type

Type: TcHmiSrv.Core.ValueType
The ValueType to which this Value is changed.

Reference

Value Class

TcHmiSrv.Core Namespace