Binary . Conversion (Decimal to Binary)

Converts a Decimal 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 (
    decimal value
)

Parameters

value

Type: System.Decimal
The Decimal to convert.

Return Value

Type: Binary
An instance of the Binary class that is equivalent to value.

Reference

Binary Class

. Overload

TcHmiSrv Namespace