PowerSNMP for .NET
ToArray Method




Returns a byte array representation of the object.
Syntax
Public Function ToArray() As Byte()
Dim instance As SimpleTaggedType
Dim value() As Byte
 
value = instance.ToArray()
public byte[] ToArray()
public: byte[]* ToArray(); 
public:
array<byte>^ ToArray(); 

Return Value

The object represented as a byte array.
See Also

Reference

SimpleTaggedType Class
SimpleTaggedType Members

6.1.1.2
PowerSNMP for .NET Documentation Version 7.0
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic