Parse an Integer32 value from a string.
Namespace:
SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
| C# | Visual Basic | Visual C++ |
Parameters
- value
- String
String containing an Integer32 value
Exceptions
| Exception | Condition |
|---|---|
| System..::.ArgumentOutOfRangeException | Argument string is length == 0 |
| System..::.ArgumentException | Unable to parse Integer32 value from the argument. |