Method ToHexString
ToHexString(Byte[])
Converts a byte array into a string containing it's hexadecimal representation.
Declaration
public static string ToHexString(this byte[] values)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Byte[] | values | The bytes to convert. |
Returns
| Type | Description |
|---|---|
| System.String | A string containing the hexadecimal representation of the bytes. |