BytesToString Method

Treatail NEO Core Logic

Treatail.NEO

ConversionHelper..::..BytesToString Method

Byteses to string.

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

Syntax


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

Parameters

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

Return Value

The string representation of the bytes