PowerSNMP for .NET
ToHexString Method (Security)




Encodes the provided byte[] and returns its hex string representation ("xx-xx...xx-xx").
Syntax
Public Shared Function ToHexString( _
   ByVal bytes() As Byte _
) As String
Dim bytes() As Byte
Dim value As String
 
value = Security.ToHexString(bytes)
public static string ToHexString( 
   byte[] bytes
)
public: static string* ToHexString( 
   byte[]* bytes
) 
public:
static String^ ToHexString( 
   array<byte>^ bytes
) 

Parameters

bytes

Return Value

Hex string representation of Id.
See Also

Reference

Security Class
Security Members

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