Returns a hexadecimal string representation of the byte values in the hex parameter.
Namespace: Facilita.UtilAssembly: fc_clr (in fc_clr.dll) Version: 9.5.7.98
Syntax
Parameters
- hex
- Type: System Byte
The input byte array.
Return Value
A hexadecimal string representation of the byte values.Remarks
Typical output format example |
---|
"80 14 83 f3 31 F3 00 ab 15 97 4d 42 ef 20 41 57" |
See Also