PowerSNMP for .NET
OctetString Constructor(String)




The initial value given to this object in string form. This value is converted to byte using the system default encoding.
Initializes a new instance of the OctetString class.
Syntax
Public Function New( _
   ByVal value As String _
)
Dim value As String
 
Dim instance As New OctetString(value)
public OctetString( 
   string value
)
public: OctetString( 
   string* value
)
public:
OctetString( 
   String^ value
)

Parameters

value
The initial value given to this object in string form. This value is converted to byte using the system default encoding.
Exceptions
ExceptionDescription
System.ArgumentNullExceptionThe value is a null reference.
See Also

Reference

OctetString Class
OctetString Members
Overload List


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