Converts the specified byte array to a string of hex digits.
public static string ToString(byte[] bytes)
A string containing two hexadecimal digits for each input byte.