Method ToHex
ToHex(byte[], string)
Конвертирует массив в набор HEX данных вида 0x00
Declaration
public static string ToHex(byte[] _bytes, string _separator = " ")
Parameters
| Type | Name | Description |
|---|---|---|
| byte[] | _bytes | |
| string | _separator |
Returns
| Type | Description |
|---|---|
| string |