Code Snippets Database
Control Box
Requested snippet
This page displays the requested BytesToHex snippet.
You can choose a category, perform a search or generate a Pascal unit containing the snippet by using the Control Box.
- BytesToHex
-
Returns a hexadecimal representation of an array of bytes.
function BytesToHex(const Bytes: array of Byte): string; begin Result := BufToHex(Bytes, Length(Bytes)); end;
Kind of Snippet: RoutineRequired units: None.Required snippets: BufToHex.Supported Compilers:D2 D3 D4 D5 D6 D7 D2005
(Win32)D2006
(Win32)D2007 D2009
(Win32)D2010
(Win32)Free
Pascal











