PowerSNMP for .NET
ParseHexString Method




Hex string of format "xx-xx...xx-xx".
Decodes the provided hex string ("xx-xx...xx-xx") into its byte[] representation.
Syntax
Public Shared Function ParseHexString( _
   ByVal hexString As String _
) As Byte()
Dim hexString As String
Dim value() As Byte
 
value = Security.ParseHexString(hexString)
public static byte[] ParseHexString( 
   string hexString
)
public: static byte[]* ParseHexString( 
   string* hexString
) 
public:
static array<byte>^ ParseHexString( 
   String^ hexString
) 

Parameters

hexString
Hex string of format "xx-xx...xx-xx".
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