Click or drag to resize

LittleBinaryValue   Conversion (LittleBinaryValue to UInt64)

Implicitly converts LittleBinaryValue to UInt64.

Namespace: GSF
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.311-beta+f609a6c360d175afd5d88b151f15bcbae7d29604
Syntax
public static implicit operator ulong (
	LittleBinaryValue value
)
View Source

Parameters

value  LittleBinaryValue
LittleBinaryValue to convert to UInt64.

Return Value

UInt64
A UInt64 representation of LittleBinaryValue.
See Also