Parse an Counter64 value from a string.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public void Set(
	string value
)
Public Sub Set ( _
	value As String _
)
public:
void Set(
	String^ value
)

Parameters

value
String
String containing an Counter64 value

Exceptions

ExceptionCondition
System..::.ArgumentOutOfRangeExceptionArgument string is length == 0
System..::.ArgumentExceptionUnable to parse Counter64 value from the argument.

See Also