Constructor.
Namespace: SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.9.0.0 (0.9.0)
Syntax
| C# |
|---|
public Counter64( string value ) |
| Visual Basic |
|---|
Public Sub New ( _ value As String _ ) |
| Visual C++ |
|---|
public: Counter64( String^ value ) |
Parameters
- value
- Type: System..::..String
64-bit unsigned integer value encoded as a string.
Remarks
Initialize the class by parsing a 64-bit unsigned integer value
from the supplied string value.