BytesToString

converts an array of bytes to a string with hexadecimal

the upper argument is whether the hexadecimal letters will be uppercase or not

string
BytesToString
(
ubyte[] bytes
,
bool upper = true
)

Meta