Value . Conversion (Value to Binary)

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

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

Syntax

C#

public static implicit operator Binary (
    Value value
)

Parameters

value

Type: TcHmiSrv.Value
The Value to convert.

Return Value

Type: Binary
A Binary that represents value.

Reference

Value Class

. Overload

TcHmiSrv Namespace