Utils..::..ToHexString Method

Converts bytes to hexstring.

Namespace:  SecretNET.Common
Assembly:  SecretNET (in SecretNET.dll)

Syntax


public static string ToHexString(
	byte[] date
)

Parameters

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

Return Value

System.String.