PowerSNMP for .NET
UInteger Constructor(String)




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

Parameters

value
The initial value given to this object in string form. Converted to a UInt32 value and assigned to the object.
Exceptions
ExceptionDescription
System.ArgumentNullExceptionvalue is a null reference.
System.OverflowExceptionvalue is less than UInt32.MinValue or greater than UInt32.MaxValue.
See Also

Reference

UInteger Class
UInteger Members
Overload List


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