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




value
A string that is converted to a byte array using the system default encoding.
Initializes a new instance of the Nsap 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 Nsap(value)
C# 
public Nsap( 
   string value
)
Managed Extensions for C++ 
public: Nsap( 
   string* value
)
C++/CLI 
public:
Nsap( 
   String^ value
)

Parameters

value
A string that is converted to a byte array using the system default encoding.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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