PowerSNMP for .NET CF
UInteger Constructor(String)
See Also  Send comments on this topic.
Dart.Snmp.SimpleType Namespace > UInteger Class > UInteger Constructor : UInteger Constructor(String)




value
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

Visual Basic (Declaration) 
Public Function New( _
   ByVal value As String _
)
Visual Basic (Usage)Copy Code
Dim value As String
 
Dim instance As New UInteger(value)
C# 
public UInteger( 
   string value
)
Managed Extensions for C++ 
public: UInteger( 
   string* value
)
C++/CLI 
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.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.2
© 2010 Dart Communications. All Rights Reserved.