|
Counter64ToUInt64 Method
|
Returns a
UInt64 that represents a
Counter64.
Namespace: GSF.Net.SnmpAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.248-beta
Syntax[CLSCompliantAttribute(false)]
public ulong ToUInt64()
<CLSCompliantAttribute(false)>
Public Function ToUInt64 As ULong
public:
[CLSCompliantAttribute(false)]
unsigned long long ToUInt64()
[<CLSCompliantAttribute(false)>]
member ToUInt64 : unit -> uint64
View SourceReturn Value
UInt64
See Also