Net Encryption Library
HexadecimalStringToByteArray Method






KellermanSoftware.NetEncryptionLibrary Namespace > Encryption Class : HexadecimalStringToByteArray Method
The hexadecimal string.
Convert a hexadecimal string to a byte array.
Syntax
'Declaration
 
Public Function HexadecimalStringToByteArray( _
   ByVal hexString As System.String _
) As System.Byte()
'Usage
 
Dim instance As Encryption
Dim hexString As System.String
Dim value() As System.Byte
 
value = instance.HexadecimalStringToByteArray(hexString)
public System.byte[] HexadecimalStringToByteArray( 
   System.string hexString
)
public function HexadecimalStringToByteArray( 
    hexString: System.String
): System.array of Byte; 
public function HexadecimalStringToByteArray( 
   hexString : System.String
) : System.byte[];
public: System.byte[]* HexadecimalStringToByteArray( 
   System.string* hexString
) 
public:
System.array<byte>^ HexadecimalStringToByteArray( 
   System.String^ hexString
) 

Parameters

hexString
The hexadecimal string.

Return Value

System.Byte[].
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Encryption Class
Encryption Members