Method ToHexadecimalString
ToHexadecimalString(byte[])
Create a hexadecimal string for the given bytes.
public static string ToHexadecimalString(this byte[] data)
Parameters
data
byte[]- The input bytes.
Returns
- string
- The output hexadecimal string.