Allows implicit casting of the object value as UInt32 value

Namespace:  SnmpSharpNet
Assembly:  SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.5.0.0 (0.5.0.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public static implicit operator uint (
	UInteger32 value
)
Public Shared Widening Operator CType ( _
	value As UInteger32 _
) As UInteger
static implicit operator unsigned int (
	UInteger32^ value
)

Parameters

value
UInteger32
UInteger32 class

Return Value

UInt32 value stored by the UInteger32 class

See Also