HexToBytes Method

Treatail NEO Core Logic

Treatail.NEO

ConversionHelper..::..HexToBytes Method

Hexadecimals to bytes.

Namespace:  Treatail.NEO.Core.Logic
Assembly:  Treatail.NEO.Core (in Treatail.NEO.Core.dll)

Syntax


public static byte[] HexToBytes(
	string hexString
)
Public Shared Function HexToBytes ( _
	hexString As String _
) As Byte()
public:
static array<unsigned char^>^ HexToBytes(
	String^ hexString
)

Parameters

hexString
Type: String
The hexadecimal string.

Return Value

byte[] representing the string.