PowerSNMP for .NET
Integer Constructor(String)




The initial value given to this object in string form. Converted to an int and assigned to the object.
Initializes a new instance of the Integer class.
Syntax
Public Function New( _
   ByVal value As String _
)
Dim value As String
 
Dim instance As New Integer(value)
public Integer( 
   string value
)
public: Integer( 
   string* value
)
public:
Integer( 
   String^ value
)

Parameters

value
The initial value given to this object in string form. Converted to an int and assigned to the object.
Exceptions
ExceptionDescription
System.ArgumentNullExceptionvalue is a null reference.
System.FormatExceptionvalue does not consist of an option sign followed by a sequence of digits.
System.OverflowExceptionvalue is less than Int32.MinValue or greater than Int32.MaxValue.
See Also

Reference

Integer Class
Integer Members
Overload List


PowerSNMP for .NET Documentation Version 8.0
© 2024 Dart Communications. All Rights Reserved.
Send comments on this topic