Simple class constructor that is used to create an initialize the new instance with the unsigned value decoded from the passed String argument. If the decoded argument is malformed, null, or evaluates to a negative value then an exception is generated.

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

Syntax

C#
public Counter32(
	string val
)
Visual Basic (Declaration)
Public Sub New ( _
	val As String _
)
Visual C++
public:
Counter32(
	String^ val
)

Parameters

val
Type: System..::.String
The string encoded value.

Remarks

[Missing <remarks> documentation for "M:SnmpSharpNet.Counter32.#ctor(System.String)"]

See Also