xHarbour Reference Documentation > Function Reference |
Converts a numeric value to an eight byte character string in network byte order.
HB_CreateLen8( <nValue> ) --> cBinary
The function returns a character string of eight bytes length. It holds the passed number in network byte order.
HB_CreateLen8() is a utility function used in xHarbour's serialization system. HB_Serialize() converts any data type to a binary character string that can be transferred between local and remote processes.
Note: refer to function HB_Serialize() for more information on serialization, and read the file source\rtl\hbserial.prg for a usage example of HB_CreateLen8().
See also: | HB_Deserialize(), HB_GetLen8(), HB_Serialize() |
Category: | Serialization functions , xHarbour extensions |
Source: | rtl\hbsrlraw.c, rtl\hbserial.prg |
LIB: | xhb.lib |
DLL: | xhbdll.dll |
http://www.xHarbour.com