Method ToHexString
ToHexString(byte[])
Converts a byte array to a hex string.
public static string ToHexString(byte[] bytes)
Parameters
bytesbyte[]The byte array.
Returns
- string
A hex string.
Converts a byte array to a hex string.
public static string ToHexString(byte[] bytes)
bytes byte[]The byte array.
A hex string.