Value . Conversion (Value to UInt32)

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

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

Syntax

C#

public static implicit operator uint (
    Value value
)

Parameters

value

Type: TcHmiSrv.Value
The Value to convert.

Return Value

Type: UInt32
An UInt32 that represents value.

Reference

Value Class

. Overload

TcHmiSrv Namespace