|
Gauge32ToUInt32 Method
|
Returns a
UInt32 that represents a
Gauge32.
Namespace: GSF.Net.SnmpAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.248-beta
Syntax[CLSCompliantAttribute(false)]
public uint ToUInt32()
<CLSCompliantAttribute(false)>
Public Function ToUInt32 As UInteger
public:
[CLSCompliantAttribute(false)]
unsigned int ToUInt32()
[<CLSCompliantAttribute(false)>]
member ToUInt32 : unit -> uint32
View SourceReturn Value
UInt32
See Also