Value . Conversion (Int32 to Value)

Converts an Int32 to the appropriate instance of the Value class.

Namespace:  TcHmiSrv
Assembly:  TcHmiSrvExtNet (in TcHmiSrvExtNet.dll) Version: 3.0.0.0

Syntax

C#

public static implicit operator Value (
    int value
)

Parameters

value

Type: System.Int32
The Int32 to convert.

Return Value

Type: Value
A Value that represents value.

Reference

Value Class

. Overload

TcHmiSrv Namespace