ByteUtility.ToString method

Converts the specified byte array to a string of hex digits.

public static string ToString(byte[] bytes)
parameter description
bytes The byte array to convert.

Return Value

A string containing two hexadecimal digits for each input byte.

See Also