Метод | Описание | |
---|---|---|
ToByte ( this hex ) : byte[] |
Constructs a byte array from a string of hexadecimal digits.
|
|
ToHex ( this array, bool hyphenate = false ) : string |
Constructs a hexadecimal digit string from a byte array.
|
public static ToByte ( this hex ) : byte[] | ||
hex | this | The string to translate to bytes. |
Результат | byte[] |
public static ToHex ( this array, bool hyphenate = false ) : string | ||
array | this | The byte array to translate to hexadecimal characters. |
hyphenate | bool | Whether to add hyphens between the byte hex. |
Результат | string |