Converts the specified array of bytes to a hex string.
public static string ToString(
Byte[] bytes
)
Public Shared Function ToString( _
ByVal bytes As Byte() _
) As String
public:
static String ToString(
array<Byte>^ bytes
);
Parameters
- bytes
- The array of bytes.
Return Value
A hex string.