BytesToHex Method

Treatail NEO Core Logic

Treatail.NEO

ConversionHelper..::..BytesToHex Method

Byteses to hexadecimal.

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

Syntax


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

Parameters

bytes
Type: array<Byte>[]()[][]
The bytes.

Return Value

Hex string resulting from the conversion